Html Css Color HEX #D60EBC Deep Magenta

📋 copy color: '#D60EBC'

red 214 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #D60EBC

Tints of Deep Magenta #D60EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 51.44%
G = 3.37%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D60EBC (or 0xD60EBC) is known color: Deep Magenta. HEX triplet: D6, 0E and BC. RGB value is (214,14,188). Sum of RGB (Red+Green+Blue) = 214+14+188=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D60EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60EBC is #29F143. Grayscale: #5D5D5D. Windows color (decimal): -2748740 or 12324566. OLE color: 12324566.

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

Color convert

RGB 214 14 188 -
CMYK 0 0.93 0.12 0.16
HSL 307.8º 0.88% 0.45% -
HSV(B) 307.8º 0.93% 0.84% -
XYZ 36.97 18.24 49.15 -
YUV 93.64 181.26 213.85 -
System Red Green Blue C M Y K H S L
Decimal 214 14 188 0 0.93 0.12 0.16 307.8 0.88 0.45
Hex D6 E BC 0 5D C 10 134 58 2D
Octal 326 16 274 0 135 14 20 464 130 55
Binary 11010110 1110 10111100 0 1011101 1100 10000 100110100 1011000 101101

Color Harmonies of #D60EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60EBC

Black with #D60EBC

Text Example


Text Example

White with #D60EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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