Html Css Color HEX #D60FDC Deep Magenta

📋 copy color: '#D60FDC'

red 214 ◦ green 15 ◦ blue 220

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

Shades of Deep Magenta #D60FDC

Tints of Deep Magenta #D60FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.34%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 47.66%
G = 3.34%
B = 49%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D60FDC (or 0xD60FDC) is known color: Deep Magenta. HEX triplet: D6, 0F and DC. RGB value is (214,15,220). Sum of RGB (Red+Green+Blue) = 214+15+220=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #D60FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60FDC is #29F023. Grayscale: #616161. Windows color (decimal): -2748452 or 14421974. OLE color: 14421974.

HSL color Cylindrical-coordinate representation of color #D60FDC: hue angle of 298.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60FDC is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 15 220 -
CMYK 0.03 0.93 0 0.14
HSL 298.24º 0.87% 0.46% -
HSV(B) 298.24º 0.93% 0.86% -
XYZ 40.82 19.81 69.38 -
YUV 97.87 196.93 210.83 -
System Red Green Blue C M Y K H S L
Decimal 214 15 220 0.03 0.93 0 0.14 298.24 0.87 0.46
Hex D6 F DC 3 5D 0 E 12A 57 2E
Octal 326 17 334 3 135 0 16 452 127 56
Binary 11010110 1111 11011100 11 1011101 0 1110 100101010 1010111 101110

Color Harmonies of #D60FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60FDC

Black with #D60FDC

Text Example


Text Example

White with #D60FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60FDC; }

 p { color: rgb(214,15,220); }

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

background-color css

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

 a { background-color: rgb(214,15,220); }

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

border-color css

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

 span { border-color: rgb(214,15,220); }

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