Html Css Color HEX #D60CDA Deep Magenta

📋 copy color: '#D60CDA'

red 214 ◦ green 12 ◦ blue 218

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

Shades of Deep Magenta #D60CDA

Tints of Deep Magenta #D60CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 48.2%
G = 2.7%
B = 49.1%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D60CDA (or 0xD60CDA) is known color: Deep Magenta. HEX triplet: D6, 0C and DA. RGB value is (214,12,218). Sum of RGB (Red+Green+Blue) = 214+12+218=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #D60CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CDA is #29F325. Grayscale: #5F5F5F. Windows color (decimal): -2749222 or 14290134. OLE color: 14290134.

HSL color Cylindrical-coordinate representation of color #D60CDA: hue angle of 298.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60CDA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 12 218 -
CMYK 0.02 0.94 0 0.15
HSL 298.84º 0.9% 0.45% -
HSV(B) 298.84º 0.94% 0.85% -
XYZ 40.52 19.62 67.98 -
YUV 95.88 196.92 212.25 -
System Red Green Blue C M Y K H S L
Decimal 214 12 218 0.02 0.94 0 0.15 298.84 0.9 0.45
Hex D6 C DA 2 5E 0 F 12B 5A 2D
Octal 326 14 332 2 136 0 17 453 132 55
Binary 11010110 1100 11011010 10 1011110 0 1111 100101011 1011010 101101

Color Harmonies of #D60CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CDA

Black with #D60CDA

Text Example


Text Example

White with #D60CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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