Html Css Color HEX #D90CC5 Deep Magenta

📋 copy color: '#D90CC5'

red 217 ◦ green 12 ◦ blue 197

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

Shades of Deep Magenta #D90CC5

Tints of Deep Magenta #D90CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.24%

R = 50.94%
G = 2.82%
B = 46.24%

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

#D90CC5 (or 0xD90CC5) is known color: Deep Magenta. HEX triplet: D9, 0C and C5. RGB value is (217,12,197). Sum of RGB (Red+Green+Blue) = 217+12+197=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90CC5 is #26F33A. Grayscale: #5D5D5D. Windows color (decimal): -2552635 or 12913881. OLE color: 12913881.

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

Color convert

RGB 217 12 197 -
CMYK 0 0.94 0.09 0.15
HSL 305.85º 0.9% 0.45% -
HSV(B) 305.85º 0.94% 0.85% -
XYZ 38.82 19.05 54.45 -
YUV 94.39 185.92 215.46 -
System Red Green Blue C M Y K H S L
Decimal 217 12 197 0 0.94 0.09 0.15 305.85 0.9 0.45
Hex D9 C C5 0 5E 9 F 132 5A 2D
Octal 331 14 305 0 136 11 17 462 132 55
Binary 11011001 1100 11000101 0 1011110 1001 1111 100110010 1011010 101101

Color Harmonies of #D90CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90CC5

Black with #D90CC5

Text Example


Text Example

White with #D90CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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