#D951D5

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

Shades of Free Speech Magenta #D951D5

Tints of Free Speech Magenta #D951D5

Color information

#D951D5 (or 0xD951D5) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 51 and D5. RGB value is (217,81,213). Sum of RGB (Red+Green+Blue) = 217+81+213=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D951D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951D5 is #26AE2A. Grayscale: #888888. Windows color (decimal): -2534955 or 13980121. OLE color: 13980121.

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

Color convert

RGB21781213-
CMYK00.630.020.15
HSL301.76º64.15%58.43%-
HSV(B)301.76º62.67%85.1%-
XYZ43.5725.4465.57-
YUV136.71171.06185.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 81 (32.03% from 255) = 15.85%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=42.47%
G=15.85%
B=41.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178121300.630.020.15301.7664.1558.43
HexD951D503F2F12e403a
Octal33112132507721745610072
Binary1101100110100011101010101111111011111001011101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D951D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D951D5; }

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

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

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

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

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

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

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

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