Html Css Color HEX #D90EB4 Deep Magenta

📋 copy color: '#D90EB4'

red 217 ◦ green 14 ◦ blue 180

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

Shades of Deep Magenta #D90EB4

Tints of Deep Magenta #D90EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.8%

R = 52.8%
G = 3.41%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D90EB4 (or 0xD90EB4) is known color: Deep Magenta. HEX triplet: D9, 0E and B4. RGB value is (217,14,180). Sum of RGB (Red+Green+Blue) = 217+14+180=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D90EB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90EB4 is #26F14B. Grayscale: #5D5D5D. Windows color (decimal): -2552140 or 11800281. OLE color: 11800281.

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

Color convert

RGB 217 14 180 -
CMYK 0 0.94 0.17 0.15
HSL 310.94º 0.88% 0.45% -
HSV(B) 310.94º 0.94% 0.85% -
XYZ 37.01 18.36 44.77 -
YUV 93.62 176.75 216 -
System Red Green Blue C M Y K H S L
Decimal 217 14 180 0 0.94 0.17 0.15 310.94 0.88 0.45
Hex D9 E B4 0 5E 11 F 137 58 2D
Octal 331 16 264 0 136 21 17 467 130 55
Binary 11011001 1110 10110100 0 1011110 10001 1111 100110111 1011000 101101

Color Harmonies of #D90EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90EB4

Black with #D90EB4

Text Example


Text Example

White with #D90EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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