#D951C9

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

Shades of Free Speech Magenta #D951C9

Tints of Free Speech Magenta #D951C9

Color information

#D951C9 (or 0xD951C9) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 51 and C9. RGB value is (217,81,201). Sum of RGB (Red+Green+Blue) = 217+81+201=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D951C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951C9 is #26AE36. Grayscale: #878787. Windows color (decimal): -2534967 or 13193689. OLE color: 13193689.

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

Color convert

RGB21781201-
CMYK00.630.070.15
HSL307.06º64.15%58.43%-
HSV(B)307.06º62.67%85.1%-
XYZ42.124.8557.84-
YUV135.34165.06186.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.49%
GREEN value IS 81 (32.03% from 255) = 16.23%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=43.49%
G=16.23%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178120100.630.070.15307.0664.1558.43
HexD951C903F7F133403a
Octal33112131107771746310072
Binary11011001101000111001001011111111111111001100111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D951C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D951C9; }

 p { color: rgb(217,81,201); }

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

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

 a { background-color: rgb(217,81,201); }

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

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

 span { border-color: rgb(217,81,201); }

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