Html Css Color HEX #D90EC2 Deep Magenta

📋 copy color: '#D90EC2'

red 217 ◦ green 14 ◦ blue 194

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

Shades of Deep Magenta #D90EC2

Tints of Deep Magenta #D90EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.65%

R = 51.06%
G = 3.29%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D90EC2 (or 0xD90EC2) is known color: Deep Magenta. HEX triplet: D9, 0E and C2. RGB value is (217,14,194). Sum of RGB (Red+Green+Blue) = 217+14+194=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D90EC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90EC2 is #26F13D. Grayscale: #5E5E5E. Windows color (decimal): -2552126 or 12717785. OLE color: 12717785.

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

Color convert

RGB 217 14 194 -
CMYK 0 0.94 0.11 0.15
HSL 306.8º 0.88% 0.45% -
HSV(B) 306.8º 0.94% 0.85% -
XYZ 38.51 18.96 52.67 -
YUV 95.22 183.75 214.86 -
System Red Green Blue C M Y K H S L
Decimal 217 14 194 0 0.94 0.11 0.15 306.8 0.88 0.45
Hex D9 E C2 0 5E B F 133 58 2D
Octal 331 16 302 0 136 13 17 463 130 55
Binary 11011001 1110 11000010 0 1011110 1011 1111 100110011 1011000 101101

Color Harmonies of #D90EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90EC2

Black with #D90EC2

Text Example


Text Example

White with #D90EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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