Html Css Color HEX #D90EC5 Deep Magenta

📋 copy color: '#D90EC5'

red 217 ◦ green 14 ◦ blue 197

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

Shades of Deep Magenta #D90EC5

Tints of Deep Magenta #D90EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.03%

R = 50.7%
G = 3.27%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D90EC5 (or 0xD90EC5) is known color: Deep Magenta. HEX triplet: D9, 0E and C5. RGB value is (217,14,197). Sum of RGB (Red+Green+Blue) = 217+14+197=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 197 (77.34% from 255 or 46.03% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D90EC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90EC5 is #26F13A. Grayscale: #5F5F5F. Windows color (decimal): -2552123 or 12914393. OLE color: 12914393.

HSL color Cylindrical-coordinate representation of color #D90EC5: hue angle of 305.91º 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 #D90EC5 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 14 197 -
CMYK 0 0.94 0.09 0.15
HSL 305.91º 0.88% 0.45% -
HSV(B) 305.91º 0.94% 0.85% -
XYZ 38.85 19.1 54.46 -
YUV 95.56 185.25 214.62 -
System Red Green Blue C M Y K H S L
Decimal 217 14 197 0 0.94 0.09 0.15 305.91 0.88 0.45
Hex D9 E C5 0 5E 9 F 132 58 2D
Octal 331 16 305 0 136 11 17 462 130 55
Binary 11011001 1110 11000101 0 1011110 1001 1111 100110010 1011000 101101

Color Harmonies of #D90EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90EC5

Black with #D90EC5

Text Example


Text Example

White with #D90EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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