Html Css Color HEX #D90CCE Deep Magenta

📋 copy color: '#D90CCE'

red 217 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #D90CCE

Tints of Deep Magenta #D90CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 49.89%
G = 2.76%
B = 47.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D90CCE (or 0xD90CCE) is known color: Deep Magenta. HEX triplet: D9, 0C and CE. RGB value is (217,12,206). Sum of RGB (Red+Green+Blue) = 217+12+206=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90CCE is #26F331. Grayscale: #5E5E5E. Windows color (decimal): -2552626 or 13503705. OLE color: 13503705.

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

Color convert

RGB 217 12 206 -
CMYK 0 0.94 0.05 0.15
HSL 303.22º 0.9% 0.45% -
HSV(B) 303.22º 0.94% 0.85% -
XYZ 39.89 19.47 60.05 -
YUV 95.41 190.42 214.73 -
System Red Green Blue C M Y K H S L
Decimal 217 12 206 0 0.94 0.05 0.15 303.22 0.9 0.45
Hex D9 C CE 0 5E 5 F 12F 5A 2D
Octal 331 14 316 0 136 5 17 457 132 55
Binary 11011001 1100 11001110 0 1011110 101 1111 100101111 1011010 101101

Color Harmonies of #D90CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90CCE

Black with #D90CCE

Text Example


Text Example

White with #D90CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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