#D25EDD

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

Shades of Free Speech Magenta #D25EDD

Tints of Free Speech Magenta #D25EDD

Color information

#D25EDD (or 0xD25EDD) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 5E and DD. RGB value is (210,94,221). Sum of RGB (Red+Green+Blue) = 210+94+221=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #D25EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EDD is #2DA122. Grayscale: #8E8E8E. Windows color (decimal): -2990371 or 14507730. OLE color: 14507730.

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

Color convert

RGB21094221-
CMYK0.050.5700.13
HSL294.8º65.13%61.76%-
HSV(B)294.8º57.47%86.67%-
XYZ43.6326.9371.3-
YUV143.16171.93175.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 94 (37.11% from 255) = 17.90%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=40%
G=17.90%
B=42.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210942210.050.5700.13294.865.1361.76
HexD25EDD5390D127413e
Octal32213633557101544710176
Binary11010010101111011011101101111001011011001001111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25EDD; }

 p { color: rgb(210,94,221); }

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

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

 a { background-color: rgb(210,94,221); }

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

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

 span { border-color: rgb(210,94,221); }

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