#D952C5

Color #D952C5 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D952C5

Tints of Free Speech Magenta #D952C5

Color information

#D952C5 (or 0xD952C5) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 52 and C5. RGB value is (217,82,197). Sum of RGB (Red+Green+Blue) = 217+82+197=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D952C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D952C5 is #26AD3A. Grayscale: #878787. Windows color (decimal): -2534715 or 12931801. OLE color: 12931801.

HSL color Cylindrical-coordinate representation of color #D952C5: hue angle of 308.89º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D952C5 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB21782197-
CMYK00.620.090.15
HSL308.89º63.98%58.63%-
HSV(B)308.89º62.21%85.1%-
XYZ41.7124.8255.42-
YUV135.48162.73186.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 82 (32.42% from 255) = 16.53%
BLUE value IS 197 (77.34% from 255) = 39.72%
R=43.75%
G=16.53%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178219700.620.090.15308.8963.9858.63
HexD952C503E9F135403b
Octal331122305076111746510073
Binary110110011010010110001010111110100111111001101011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D952C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D952C5; }

 p { color: rgb(217,82,197); }

 H1.HeaderClassName
 {
   color: #D952C5;
 }
 .AnyTagClassName
 {
   color: #D952C5;
 }
</style>
background-color css

<style>
 a { background-color: #D952C5; }

 a { background-color: rgb(217,82,197); }

 div.DivClassName
 {
   background-color: #D952C5;
 }
 .BgClassName
 {
   background-color: #D952C5;
 }
</style>
border-color css

<style>
 span { border-color: #D952C5; }

 span { border-color: rgb(217,82,197); }

 td.TdClassName
 {
   border-color: #D952C5;
 }
 .TagClassName
 {
   border-color: #D952C5;
 }
</style>