Html Css Color HEX #D25ED8 Free Speech Magenta

📋 copy color: '#D25ED8'

red 210 ◦ green 94 ◦ blue 216

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

Shades of Free Speech Magenta #D25ED8

Tints of Free Speech Magenta #D25ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.54%

R = 40.38%
G = 18.08%
B = 41.54%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D25ED8 (or 0xD25ED8) is known color: Free Speech Magenta. HEX triplet: D2, 5E and D8. RGB value is (210,94,216). Sum of RGB (Red+Green+Blue) = 210+94+216=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #D25ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ED8 is #2DA127. Grayscale: #8E8E8E. Windows color (decimal): -2990376 or 14180050. OLE color: 14180050.

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

Color convert

RGB 210 94 216 -
CMYK 0.03 0.56 0 0.15
HSL 297.05º 0.61% 0.61% -
HSV(B) 297.05º 0.56% 0.85% -
XYZ 42.98 26.66 67.85 -
YUV 142.59 169.43 176.08 -
System Red Green Blue C M Y K H S L
Decimal 210 94 216 0.03 0.56 0 0.15 297.05 0.61 0.61
Hex D2 5E D8 3 38 0 F 129 3D 3D
Octal 322 136 330 3 70 0 17 451 75 75
Binary 11010010 1011110 11011000 11 111000 0 1111 100101001 111101 111101

Color Harmonies of #D25ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25ED8

Black with #D25ED8

Text Example


Text Example

White with #D25ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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