Html Css Color HEX #D90CC6 Deep Magenta

📋 copy color: '#D90CC6'

red 217 ◦ green 12 ◦ blue 198

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

Shades of Deep Magenta #D90CC6

Tints of Deep Magenta #D90CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.37%

R = 50.82%
G = 2.81%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D90CC6 (or 0xD90CC6) is known color: Deep Magenta. HEX triplet: D9, 0C and C6. RGB value is (217,12,198). Sum of RGB (Red+Green+Blue) = 217+12+198=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90CC6 is #26F339. Grayscale: #5D5D5D. Windows color (decimal): -2552634 or 12979417. OLE color: 12979417.

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

Color convert

RGB 217 12 198 -
CMYK 0 0.94 0.09 0.15
HSL 305.56º 0.9% 0.45% -
HSV(B) 305.56º 0.94% 0.85% -
XYZ 38.94 19.09 55.06 -
YUV 94.5 186.42 215.38 -
System Red Green Blue C M Y K H S L
Decimal 217 12 198 0 0.94 0.09 0.15 305.56 0.9 0.45
Hex D9 C C6 0 5E 9 F 132 5A 2D
Octal 331 14 306 0 136 11 17 462 132 55
Binary 11011001 1100 11000110 0 1011110 1001 1111 100110010 1011010 101101

Color Harmonies of #D90CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90CC6

Black with #D90CC6

Text Example


Text Example

White with #D90CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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