Html Css Color HEX #D90CC0 Deep Magenta

📋 copy color: '#D90CC0'

red 217 ◦ green 12 ◦ blue 192

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

Shades of Deep Magenta #D90CC0

Tints of Deep Magenta #D90CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.61%

R = 51.54%
G = 2.85%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D90CC0 (or 0xD90CC0) is known color: Deep Magenta. HEX triplet: D9, 0C and C0. RGB value is (217,12,192). Sum of RGB (Red+Green+Blue) = 217+12+192=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90CC0 is #26F33F. Grayscale: #5D5D5D. Windows color (decimal): -2552640 or 12586201. OLE color: 12586201.

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

Color convert

RGB 217 12 192 -
CMYK 0 0.94 0.12 0.15
HSL 307.32º 0.9% 0.45% -
HSV(B) 307.32º 0.94% 0.85% -
XYZ 38.26 18.82 51.49 -
YUV 93.82 183.42 215.86 -
System Red Green Blue C M Y K H S L
Decimal 217 12 192 0 0.94 0.12 0.15 307.32 0.9 0.45
Hex D9 C C0 0 5E C F 133 5A 2D
Octal 331 14 300 0 136 14 17 463 132 55
Binary 11011001 1100 11000000 0 1011110 1100 1111 100110011 1011010 101101

Color Harmonies of #D90CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90CC0

Black with #D90CC0

Text Example


Text Example

White with #D90CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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