Html Css Color HEX #D60DCC Deep Magenta

📋 copy color: '#D60DCC'

red 214 ◦ green 13 ◦ blue 204

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

Shades of Deep Magenta #D60DCC

Tints of Deep Magenta #D60DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.02%

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 49.65%
G = 3.02%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D60DCC (or 0xD60DCC) is known color: Deep Magenta. HEX triplet: D6, 0D and CC. RGB value is (214,13,204). Sum of RGB (Red+Green+Blue) = 214+13+204=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D60DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60DCC is #29F233. Grayscale: #5E5E5E. Windows color (decimal): -2748980 or 13372886. OLE color: 13372886.

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

Color convert

RGB 214 13 204 -
CMYK 0 0.94 0.05 0.16
HSL 302.99º 0.89% 0.45% -
HSV(B) 302.99º 0.94% 0.84% -
XYZ 38.77 18.94 58.74 -
YUV 94.87 189.59 212.97 -
System Red Green Blue C M Y K H S L
Decimal 214 13 204 0 0.94 0.05 0.16 302.99 0.89 0.45
Hex D6 D CC 0 5E 5 10 12F 59 2D
Octal 326 15 314 0 136 5 20 457 131 55
Binary 11010110 1101 11001100 0 1011110 101 10000 100101111 1011001 101101

Color Harmonies of #D60DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60DCC

Black with #D60DCC

Text Example


Text Example

White with #D60DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60DCC; }

 p { color: rgb(214,13,204); }

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

background-color css

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

 a { background-color: rgb(214,13,204); }

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

border-color css

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

 span { border-color: rgb(214,13,204); }

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