Html Css Color HEX #D60CCA Deep Magenta

📋 copy color: '#D60CCA'

red 214 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #D60CCA

Tints of Deep Magenta #D60CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.2%

R = 50%
G = 2.8%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D60CCA (or 0xD60CCA) is known color: Deep Magenta. HEX triplet: D6, 0C and CA. RGB value is (214,12,202). Sum of RGB (Red+Green+Blue) = 214+12+202=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CCA is #29F335. Grayscale: #5D5D5D. Windows color (decimal): -2749238 or 13241558. OLE color: 13241558.

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

Color convert

RGB 214 12 202 -
CMYK 0 0.94 0.06 0.16
HSL 303.56º 0.89% 0.44% -
HSV(B) 303.56º 0.94% 0.84% -
XYZ 38.52 18.82 57.48 -
YUV 94.06 188.92 213.55 -
System Red Green Blue C M Y K H S L
Decimal 214 12 202 0 0.94 0.06 0.16 303.56 0.89 0.44
Hex D6 C CA 0 5E 6 10 130 59 2C
Octal 326 14 312 0 136 6 20 460 131 54
Binary 11010110 1100 11001010 0 1011110 110 10000 100110000 1011001 101100

Color Harmonies of #D60CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CCA

Black with #D60CCA

Text Example


Text Example

White with #D60CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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