Html Css Color HEX #D60CCE Deep Magenta

📋 copy color: '#D60CCE'

red 214 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #D60CCE

Tints of Deep Magenta #D60CCE

RGB

 RED value IS 214 (83.98% from 255) = 49.54%

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

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

R = 49.54%
G = 2.78%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D60CCE (or 0xD60CCE) is known color: Deep Magenta. HEX triplet: D6, 0C and CE. RGB value is (214,12,206). Sum of RGB (Red+Green+Blue) = 214+12+206=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CCE is #29F331. Grayscale: #5D5D5D. Windows color (decimal): -2749234 or 13503702. OLE color: 13503702.

HSL color Cylindrical-coordinate representation of color #D60CCE: hue angle of 302.38º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60CCE is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 12 206 -
CMYK 0 0.94 0.04 0.16
HSL 302.38º 0.89% 0.44% -
HSV(B) 302.38º 0.94% 0.84% -
XYZ 39 19.02 60.01 -
YUV 94.51 190.92 213.23 -
System Red Green Blue C M Y K H S L
Decimal 214 12 206 0 0.94 0.04 0.16 302.38 0.89 0.44
Hex D6 C CE 0 5E 4 10 12E 59 2C
Octal 326 14 316 0 136 4 20 456 131 54
Binary 11010110 1100 11001110 0 1011110 100 10000 100101110 1011001 101100

Color Harmonies of #D60CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CCE

Black with #D60CCE

Text Example


Text Example

White with #D60CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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