Html Css Color HEX #D60EC1 Deep Magenta

📋 copy color: '#D60EC1'

red 214 ◦ green 14 ◦ blue 193

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

Shades of Deep Magenta #D60EC1

Tints of Deep Magenta #D60EC1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.33%

 BLUE value IS 193 (75.78% from 255) = 45.84%

R = 50.83%
G = 3.33%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D60EC1 (or 0xD60EC1) is known color: Deep Magenta. HEX triplet: D6, 0E and C1. RGB value is (214,14,193). Sum of RGB (Red+Green+Blue) = 214+14+193=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D60EC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60EC1 is #29F13E. Grayscale: #5D5D5D. Windows color (decimal): -2748735 or 12652246. OLE color: 12652246.

HSL color Cylindrical-coordinate representation of color #D60EC1: hue angle of 306.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60EC1 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 14 193 -
CMYK 0 0.93 0.10 0.16
HSL 306.3º 0.88% 0.45% -
HSV(B) 306.3º 0.93% 0.84% -
XYZ 37.51 18.46 52.04 -
YUV 94.21 183.76 213.45 -
System Red Green Blue C M Y K H S L
Decimal 214 14 193 0 0.93 0.10 0.16 306.3 0.88 0.45
Hex D6 E C1 0 5D A 10 132 58 2D
Octal 326 16 301 0 135 12 20 462 130 55
Binary 11010110 1110 11000001 0 1011101 1010 10000 100110010 1011000 101101

Color Harmonies of #D60EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60EC1

Black with #D60EC1

Text Example


Text Example

White with #D60EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60EC1; }

 p { color: rgb(214,14,193); }

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

background-color css

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

 a { background-color: rgb(214,14,193); }

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

border-color css

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

 span { border-color: rgb(214,14,193); }

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