Html Css Color HEX #D90DB8 Deep Magenta

📋 copy color: '#D90DB8'

red 217 ◦ green 13 ◦ blue 184

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

Shades of Deep Magenta #D90DB8

Tints of Deep Magenta #D90DB8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.14%

 BLUE value IS 184 (72.27% from 255) = 44.44%

R = 52.42%
G = 3.14%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D90DB8 (or 0xD90DB8) is known color: Deep Magenta. HEX triplet: D9, 0D and B8. RGB value is (217,13,184). Sum of RGB (Red+Green+Blue) = 217+13+184=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D90DB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DB8 is #26F247. Grayscale: #5D5D5D. Windows color (decimal): -2552392 or 12062169. OLE color: 12062169.

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

Color convert

RGB 217 13 184 -
CMYK 0 0.94 0.15 0.15
HSL 309.71º 0.89% 0.45% -
HSV(B) 309.71º 0.94% 0.85% -
XYZ 37.41 18.5 46.95 -
YUV 93.49 179.09 216.1 -
System Red Green Blue C M Y K H S L
Decimal 217 13 184 0 0.94 0.15 0.15 309.71 0.89 0.45
Hex D9 D B8 0 5E F F 136 59 2D
Octal 331 15 270 0 136 17 17 466 131 55
Binary 11011001 1101 10111000 0 1011110 1111 1111 100110110 1011001 101101

Color Harmonies of #D90DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90DB8

Black with #D90DB8

Text Example


Text Example

White with #D90DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90DB8; }

 p { color: rgb(217,13,184); }

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

background-color css

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

 a { background-color: rgb(217,13,184); }

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

border-color css

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

 span { border-color: rgb(217,13,184); }

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