Html Css Color HEX #D25ED9 Free Speech Magenta

📋 copy color: '#D25ED9'

red 210 ◦ green 94 ◦ blue 217

#D25ED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #D25ED9

Tints of Free Speech Magenta #D25ED9

RGB

 RED value IS 210 (82.42% from 255) = 40.31%

 GREEN value IS 94 (37.11% from 255) = 18.04%

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 40.31%
G = 18.04%
B = 41.65%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D25ED9 (or 0xD25ED9) is known color: Free Speech Magenta. HEX triplet: D2, 5E and D9. RGB value is (210,94,217). Sum of RGB (Red+Green+Blue) = 210+94+217=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #D25ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ED9 is #2DA126. Grayscale: #8E8E8E. Windows color (decimal): -2990375 or 14245586. OLE color: 14245586.

HSL color Cylindrical-coordinate representation of color #D25ED9: hue angle of 296.59º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25ED9 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 94 217 -
CMYK 0.03 0.57 0 0.15
HSL 296.59º 0.62% 0.61% -
HSV(B) 296.59º 0.57% 0.85% -
XYZ 43.11 26.72 68.53 -
YUV 142.71 169.93 176 -
System Red Green Blue C M Y K H S L
Decimal 210 94 217 0.03 0.57 0 0.15 296.59 0.62 0.61
Hex D2 5E D9 3 39 0 F 129 3E 3D
Octal 322 136 331 3 71 0 17 451 76 75
Binary 11010010 1011110 11011001 11 111001 0 1111 100101001 111110 111101

Color Harmonies of #D25ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25ED9

Black with #D25ED9

Text Example


Text Example

White with #D25ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25ED9; }

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

 H1.HeaderClassName
 {
   color: #D25ED9;
 }
 .AnyTagClassName
 {
   color: #D25ED9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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