Html Css Color HEX #D90DB4 Deep Magenta

📋 copy color: '#D90DB4'

red 217 ◦ green 13 ◦ blue 180

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

Shades of Deep Magenta #D90DB4

Tints of Deep Magenta #D90DB4

RGB

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

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

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

R = 52.93%
G = 3.17%
B = 43.9%

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

#D90DB4 (or 0xD90DB4) is known color: Deep Magenta. HEX triplet: D9, 0D and B4. RGB value is (217,13,180). Sum of RGB (Red+Green+Blue) = 217+13+180=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D90DB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DB4 is #26F24B. Grayscale: #5C5C5C. Windows color (decimal): -2552396 or 11800025. OLE color: 11800025.

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

Color convert

RGB 217 13 180 -
CMYK 0 0.94 0.17 0.15
HSL 310.88º 0.89% 0.45% -
HSV(B) 310.88º 0.94% 0.85% -
XYZ 37 18.33 44.77 -
YUV 93.03 177.09 216.42 -
System Red Green Blue C M Y K H S L
Decimal 217 13 180 0 0.94 0.17 0.15 310.88 0.89 0.45
Hex D9 D B4 0 5E 11 F 137 59 2D
Octal 331 15 264 0 136 21 17 467 131 55
Binary 11011001 1101 10110100 0 1011110 10001 1111 100110111 1011001 101101

Color Harmonies of #D90DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90DB4

Black with #D90DB4

Text Example


Text Example

White with #D90DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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