Html Css Color HEX #D90DBA Deep Magenta

📋 copy color: '#D90DBA'

red 217 ◦ green 13 ◦ blue 186

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

Shades of Deep Magenta #D90DBA

Tints of Deep Magenta #D90DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.71%

R = 52.16%
G = 3.13%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D90DBA (or 0xD90DBA) is known color: Deep Magenta. HEX triplet: D9, 0D and BA. RGB value is (217,13,186). Sum of RGB (Red+Green+Blue) = 217+13+186=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D90DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DBA is #26F245. Grayscale: #5D5D5D. Windows color (decimal): -2552390 or 12193241. OLE color: 12193241.

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

Color convert

RGB 217 13 186 -
CMYK 0 0.94 0.14 0.15
HSL 309.12º 0.89% 0.45% -
HSV(B) 309.12º 0.94% 0.85% -
XYZ 37.62 18.58 48.06 -
YUV 93.72 180.09 215.93 -
System Red Green Blue C M Y K H S L
Decimal 217 13 186 0 0.94 0.14 0.15 309.12 0.89 0.45
Hex D9 D BA 0 5E E F 135 59 2D
Octal 331 15 272 0 136 16 17 465 131 55
Binary 11011001 1101 10111010 0 1011110 1110 1111 100110101 1011001 101101

Color Harmonies of #D90DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90DBA

Black with #D90DBA

Text Example


Text Example

White with #D90DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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