Html Css Color HEX #D60CD2 Deep Magenta

📋 copy color: '#D60CD2'

red 214 ◦ green 12 ◦ blue 210

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

Shades of Deep Magenta #D60CD2

Tints of Deep Magenta #D60CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.17%

R = 49.08%
G = 2.75%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D60CD2 (or 0xD60CD2) is known color: Deep Magenta. HEX triplet: D6, 0C and D2. RGB value is (214,12,210). Sum of RGB (Red+Green+Blue) = 214+12+210=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 210 (82.42% from 255 or 48.17% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CD2 is #29F32D. Grayscale: #5E5E5E. Windows color (decimal): -2749230 or 13765846. OLE color: 13765846.

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

Color convert

RGB 214 12 210 -
CMYK 0 0.94 0.02 0.16
HSL 301.19º 0.89% 0.44% -
HSV(B) 301.19º 0.94% 0.84% -
XYZ 39.5 19.21 62.6 -
YUV 94.97 192.92 212.9 -
System Red Green Blue C M Y K H S L
Decimal 214 12 210 0 0.94 0.02 0.16 301.19 0.89 0.44
Hex D6 C D2 0 5E 2 10 12D 59 2C
Octal 326 14 322 0 136 2 20 455 131 54
Binary 11010110 1100 11010010 0 1011110 10 10000 100101101 1011001 101100

Color Harmonies of #D60CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CD2

Black with #D60CD2

Text Example


Text Example

White with #D60CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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