#D952D8

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

Shades of Free Speech Magenta #D952D8

Tints of Free Speech Magenta #D952D8

Color information

#D952D8 (or 0xD952D8) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 52 and D8. RGB value is (217,82,216). Sum of RGB (Red+Green+Blue) = 217+82+216=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D952D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D952D8 is #26AD27. Grayscale: #898989. Windows color (decimal): -2534696 or 14176985. OLE color: 14176985.

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

Color convert

RGB21782216-
CMYK00.620.000.15
HSL300.44º63.98%58.63%-
HSV(B)300.44º62.21%85.1%-
XYZ44.0325.7467.61-
YUV137.64172.23184.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.14%
GREEN value IS 82 (32.42% from 255) = 15.92%
BLUE value IS 216 (84.77% from 255) = 41.94%
R=42.14%
G=15.92%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178221600.620.000.15300.4463.9858.63
HexD952D803E0F12c403b
Octal33112233007601745410073
Binary110110011010010110110000111110011111001011001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D952D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D952D8; }

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

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

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

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

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

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

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

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