Html Css Color HEX #D90CBA Deep Magenta

📋 copy color: '#D90CBA'

red 217 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #D90CBA

Tints of Deep Magenta #D90CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.89%

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

R = 52.29%
G = 2.89%
B = 44.82%

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

#D90CBA (or 0xD90CBA) is known color: Deep Magenta. HEX triplet: D9, 0C and BA. RGB value is (217,12,186). Sum of RGB (Red+Green+Blue) = 217+12+186=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90CBA is #26F345. Grayscale: #5C5C5C. Windows color (decimal): -2552646 or 12192985. OLE color: 12192985.

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

Color convert

RGB 217 12 186 -
CMYK 0 0.94 0.14 0.15
HSL 309.07º 0.9% 0.45% -
HSV(B) 309.07º 0.94% 0.85% -
XYZ 37.61 18.56 48.05 -
YUV 93.13 180.42 216.35 -
System Red Green Blue C M Y K H S L
Decimal 217 12 186 0 0.94 0.14 0.15 309.07 0.9 0.45
Hex D9 C BA 0 5E E F 135 5A 2D
Octal 331 14 272 0 136 16 17 465 132 55
Binary 11011001 1100 10111010 0 1011110 1110 1111 100110101 1011010 101101

Color Harmonies of #D90CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90CBA

Black with #D90CBA

Text Example


Text Example

White with #D90CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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