#D953DD

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

Shades of Free Speech Magenta #D953DD

Tints of Free Speech Magenta #D953DD

Color information

#D953DD (or 0xD953DD) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 53 and DD. RGB value is (217,83,221). Sum of RGB (Red+Green+Blue) = 217+83+221=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #D953DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953DD is #26AC22. Grayscale: #8A8A8A. Windows color (decimal): -2534435 or 14504921. OLE color: 14504921.

HSL color Cylindrical-coordinate representation of color #D953DD: hue angle of 298.26º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D953DD is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21783221-
CMYK0.020.6200.13
HSL298.26º66.99%59.61%-
HSV(B)298.26º62.44%86.67%-
XYZ44.7626.1671.1-
YUV138.8174.39183.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 83 (32.81% from 255) = 15.93%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=41.65%
G=15.93%
B=42.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal217832210.020.6200.13298.2666.9959.61
HexD953DD23E0D12a433c
Octal33112333527601545210374
Binary1101100110100111101110110111110011011001010101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D953DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D953DD; }

 p { color: rgb(217,83,221); }

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

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

 a { background-color: rgb(217,83,221); }

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

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

 span { border-color: rgb(217,83,221); }

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