Html Css Color HEX #D90CBB Deep Magenta

📋 copy color: '#D90CBB'

red 217 ◦ green 12 ◦ blue 187

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

Shades of Deep Magenta #D90CBB

Tints of Deep Magenta #D90CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 52.16%
G = 2.88%
B = 44.95%

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

#D90CBB (or 0xD90CBB) is known color: Deep Magenta. HEX triplet: D9, 0C and BB. RGB value is (217,12,187). Sum of RGB (Red+Green+Blue) = 217+12+187=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90CBB is #26F344. Grayscale: #5C5C5C. Windows color (decimal): -2552645 or 12258521. OLE color: 12258521.

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

Color convert

RGB 217 12 187 -
CMYK 0 0.94 0.14 0.15
HSL 308.78º 0.9% 0.45% -
HSV(B) 308.78º 0.94% 0.85% -
XYZ 37.72 18.6 48.62 -
YUV 93.25 180.92 216.27 -
System Red Green Blue C M Y K H S L
Decimal 217 12 187 0 0.94 0.14 0.15 308.78 0.9 0.45
Hex D9 C BB 0 5E E F 135 5A 2D
Octal 331 14 273 0 136 16 17 465 132 55
Binary 11011001 1100 10111011 0 1011110 1110 1111 100110101 1011010 101101

Color Harmonies of #D90CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90CBB

Black with #D90CBB

Text Example


Text Example

White with #D90CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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