#D962CC

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

Shades of Free Speech Magenta #D962CC

Tints of Free Speech Magenta #D962CC

Color information

#D962CC (or 0xD962CC) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 62 and CC. RGB value is (217,98,204). Sum of RGB (Red+Green+Blue) = 217+98+204=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D962CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D962CC is #269D33. Grayscale: #919191. Windows color (decimal): -2530612 or 13394649. OLE color: 13394649.

HSL color Cylindrical-coordinate representation of color #D962CC: hue angle of 306.55º 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 #D962CC is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21798204-
CMYK00.550.060.15
HSL306.55º61.03%61.76%-
HSV(B)306.55º54.84%85.1%-
XYZ43.8827.8560.19-
YUV145.66160.92178.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.81%
GREEN value IS 98 (38.67% from 255) = 18.88%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=41.81%
G=18.88%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179820400.550.060.15306.5561.0361.76
HexD962CC0376F1333d3e
Octal3311423140676174637576
Binary1101100111000101100110001101111101111100110011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D962CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D962CC; }

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

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

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

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

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

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

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

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