Html Css Color HEX #D60CD0 Deep Magenta

📋 copy color: '#D60CD0'

red 214 ◦ green 12 ◦ blue 208

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

Shades of Deep Magenta #D60CD0

Tints of Deep Magenta #D60CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.93%

R = 49.31%
G = 2.76%
B = 47.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D60CD0 (or 0xD60CD0) is known color: Deep Magenta. HEX triplet: D6, 0C and D0. RGB value is (214,12,208). Sum of RGB (Red+Green+Blue) = 214+12+208=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CD0 is #29F32F. Grayscale: #5E5E5E. Windows color (decimal): -2749232 or 13634774. OLE color: 13634774.

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

Color convert

RGB 214 12 208 -
CMYK 0 0.94 0.03 0.16
HSL 301.78º 0.89% 0.44% -
HSV(B) 301.78º 0.94% 0.84% -
XYZ 39.25 19.11 61.3 -
YUV 94.74 191.92 213.06 -
System Red Green Blue C M Y K H S L
Decimal 214 12 208 0 0.94 0.03 0.16 301.78 0.89 0.44
Hex D6 C D0 0 5E 3 10 12E 59 2C
Octal 326 14 320 0 136 3 20 456 131 54
Binary 11010110 1100 11010000 0 1011110 11 10000 100101110 1011001 101100

Color Harmonies of #D60CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CD0

Black with #D60CD0

Text Example


Text Example

White with #D60CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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