Html Css Color HEX #D90DB5 Deep Magenta

📋 copy color: '#D90DB5'

red 217 ◦ green 13 ◦ blue 181

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

Shades of Deep Magenta #D90DB5

Tints of Deep Magenta #D90DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.04%

R = 52.8%
G = 3.16%
B = 44.04%

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

#D90DB5 (or 0xD90DB5) is known color: Deep Magenta. HEX triplet: D9, 0D and B5. RGB value is (217,13,181). Sum of RGB (Red+Green+Blue) = 217+13+181=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D90DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DB5 is #26F24A. Grayscale: #5C5C5C. Windows color (decimal): -2552395 or 11865561. OLE color: 11865561.

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

Color convert

RGB 217 13 181 -
CMYK 0 0.94 0.17 0.15
HSL 310.59º 0.89% 0.45% -
HSV(B) 310.59º 0.94% 0.85% -
XYZ 37.1 18.38 45.31 -
YUV 93.15 177.59 216.34 -
System Red Green Blue C M Y K H S L
Decimal 217 13 181 0 0.94 0.17 0.15 310.59 0.89 0.45
Hex D9 D B5 0 5E 11 F 137 59 2D
Octal 331 15 265 0 136 21 17 467 131 55
Binary 11011001 1101 10110101 0 1011110 10001 1111 100110111 1011001 101101

Color Harmonies of #D90DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90DB5

Black with #D90DB5

Text Example


Text Example

White with #D90DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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