#D962C8

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

Shades of Free Speech Magenta #D962C8

Tints of Free Speech Magenta #D962C8

Color information

#D962C8 (or 0xD962C8) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 62 and C8. RGB value is (217,98,200). Sum of RGB (Red+Green+Blue) = 217+98+200=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D962C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D962C8 is #269D37. Grayscale: #909090. Windows color (decimal): -2530616 or 13132505. OLE color: 13132505.

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

Color convert

RGB21798200-
CMYK00.550.080.15
HSL308.57º61.03%61.76%-
HSV(B)308.57º54.84%85.1%-
XYZ43.4127.6657.69-
YUV145.21158.92179.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.14%
GREEN value IS 98 (38.67% from 255) = 19.03%
BLUE value IS 200 (78.52% from 255) = 38.83%
R=42.14%
G=19.03%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179820000.550.080.15308.5761.0361.76
HexD962C80378F1353d3e
Octal33114231006710174657576
Binary11011001110001011001000011011110001111100110101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D962C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D962C8; }

 p { color: rgb(217,98,200); }

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

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

 a { background-color: rgb(217,98,200); }

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

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

 span { border-color: rgb(217,98,200); }

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