Html Css Color HEX #D90ED2 Deep Magenta

📋 copy color: '#D90ED2'

red 217 ◦ green 14 ◦ blue 210

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

Shades of Deep Magenta #D90ED2

Tints of Deep Magenta #D90ED2

RGB

 RED value IS 217 (85.16% from 255) = 49.21%

 GREEN value IS 14 (5.86% from 255) = 3.17%

 BLUE value IS 210 (82.42% from 255) = 47.62%

R = 49.21%
G = 3.17%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D90ED2 (or 0xD90ED2) is known color: Deep Magenta. HEX triplet: D9, 0E and D2. RGB value is (217,14,210). Sum of RGB (Red+Green+Blue) = 217+14+210=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 210 (82.42% from 255 or 47.62% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D90ED2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90ED2 is #26F12D. Grayscale: #606060. Windows color (decimal): -2552110 or 13766361. OLE color: 13766361.

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

Color convert

RGB 217 14 210 -
CMYK 0 0.94 0.03 0.15
HSL 302.07º 0.88% 0.45% -
HSV(B) 302.07º 0.94% 0.85% -
XYZ 40.41 19.72 62.65 -
YUV 97.04 191.75 213.56 -
System Red Green Blue C M Y K H S L
Decimal 217 14 210 0 0.94 0.03 0.15 302.07 0.88 0.45
Hex D9 E D2 0 5E 3 F 12E 58 2D
Octal 331 16 322 0 136 3 17 456 130 55
Binary 11011001 1110 11010010 0 1011110 11 1111 100101110 1011000 101101

Color Harmonies of #D90ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90ED2

Black with #D90ED2

Text Example


Text Example

White with #D90ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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