#D952D4

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

Shades of Free Speech Magenta #D952D4

Tints of Free Speech Magenta #D952D4

Color information

#D952D4 (or 0xD952D4) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 52 and D4. RGB value is (217,82,212). Sum of RGB (Red+Green+Blue) = 217+82+212=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 82 (32.42% from 255 or 16.05% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D952D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D952D4 is #26AD2B. Grayscale: #888888. Windows color (decimal): -2534700 or 13914841. OLE color: 13914841.

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

Color convert

RGB21782212-
CMYK00.620.020.15
HSL302.22º63.98%58.63%-
HSV(B)302.22º62.21%85.1%-
XYZ43.5225.5464.92-
YUV137.18170.23184.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 82 (32.42% from 255) = 16.05%
BLUE value IS 212 (83.20% from 255) = 41.49%
R=42.47%
G=16.05%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178221200.620.020.15302.2263.9858.63
HexD952D403E2F12e403b
Octal33112232407621745610073
Binary1101100110100101101010001111101011111001011101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D952D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D952D4; }

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

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

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

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

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

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

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

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