Html Css Color HEX #D90EDE Deep Magenta

📋 copy color: '#D90EDE'

red 217 ◦ green 14 ◦ blue 222

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

Shades of Deep Magenta #D90EDE

Tints of Deep Magenta #D90EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.01%

R = 47.9%
G = 3.09%
B = 49.01%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D90EDE (or 0xD90EDE) is known color: Deep Magenta. HEX triplet: D9, 0E and DE. RGB value is (217,14,222). Sum of RGB (Red+Green+Blue) = 217+14+222=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #D90EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90EDE is #26F121. Grayscale: #616161. Windows color (decimal): -2552098 or 14552793. OLE color: 14552793.

HSL color Cylindrical-coordinate representation of color #D90EDE: hue angle of 298.56º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90EDE is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 14 222 -
CMYK 0.02 0.94 0 0.13
HSL 298.56º 0.88% 0.46% -
HSV(B) 298.56º 0.94% 0.87% -
XYZ 41.96 20.34 70.82 -
YUV 98.41 197.75 212.59 -
System Red Green Blue C M Y K H S L
Decimal 217 14 222 0.02 0.94 0 0.13 298.56 0.88 0.46
Hex D9 E DE 2 5E 0 D 12B 58 2E
Octal 331 16 336 2 136 0 15 453 130 56
Binary 11011001 1110 11011110 10 1011110 0 1101 100101011 1011000 101110

Color Harmonies of #D90EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90EDE

Black with #D90EDE

Text Example


Text Example

White with #D90EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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