#D25DDE

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

Shades of Free Speech Magenta #D25DDE

Tints of Free Speech Magenta #D25DDE

Color information

#D25DDE (or 0xD25DDE) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 5D and DE. RGB value is (210,93,222). Sum of RGB (Red+Green+Blue) = 210+93+222=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #D25DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DDE is #2DA221. Grayscale: #8E8E8E. Windows color (decimal): -2990626 or 14573010. OLE color: 14573010.

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

Color convert

RGB21093222-
CMYK0.050.5800.13
HSL294.42º66.15%61.76%-
HSV(B)294.42º58.11%87.06%-
XYZ43.6826.871.98-
YUV142.69172.76176.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 93 (36.72% from 255) = 17.71%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=40%
G=17.71%
B=42.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210932220.050.5800.13294.4266.1561.76
HexD25DDE53A0D126423e
Octal32213533657201544610276
Binary11010010101110111011110101111010011011001001101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25DDE; }

 p { color: rgb(210,93,222); }

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

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

 a { background-color: rgb(210,93,222); }

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

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

 span { border-color: rgb(210,93,222); }

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