#D25DE0

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

Shades of Free Speech Magenta #D25DE0

Tints of Free Speech Magenta #D25DE0

Color information

#D25DE0 (or 0xD25DE0) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 5D and E0. RGB value is (210,93,224). Sum of RGB (Red+Green+Blue) = 210+93+224=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #D25DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DE0 is #2DA21F. Grayscale: #8E8E8E. Windows color (decimal): -2990624 or 14704082. OLE color: 14704082.

HSL color Cylindrical-coordinate representation of color #D25DE0: hue angle of 293.59º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25DE0 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21093224-
CMYK0.060.5800.12
HSL293.59º67.88%62.16%-
HSV(B)293.59º58.48%87.84%-
XYZ43.9526.9173.4-
YUV142.92173.76175.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.85%
GREEN value IS 93 (36.72% from 255) = 17.65%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=39.85%
G=17.65%
B=42.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210932240.060.5800.12293.5967.8862.16
HexD25DE063A0C126443e
Octal32213534067201444610476
Binary11010010101110111100000110111010011001001001101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25DE0; }

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

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

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

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

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

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

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

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