Html Css Color HEX #D60EDB Deep Magenta

📋 copy color: '#D60EDB'

red 214 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #D60EDB

Tints of Deep Magenta #D60EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 47.87%
G = 3.13%
B = 48.99%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D60EDB (or 0xD60EDB) is known color: Deep Magenta. HEX triplet: D6, 0E and DB. RGB value is (214,14,219). Sum of RGB (Red+Green+Blue) = 214+14+219=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #D60EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60EDB is #29F124. Grayscale: #606060. Windows color (decimal): -2748709 or 14356182. OLE color: 14356182.

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

Color convert

RGB 214 14 219 -
CMYK 0.02 0.94 0 0.14
HSL 298.54º 0.88% 0.46% -
HSV(B) 298.54º 0.94% 0.86% -
XYZ 40.67 19.72 68.68 -
YUV 97.17 196.76 211.33 -
System Red Green Blue C M Y K H S L
Decimal 214 14 219 0.02 0.94 0 0.14 298.54 0.88 0.46
Hex D6 E DB 2 5E 0 E 12B 58 2E
Octal 326 16 333 2 136 0 16 453 130 56
Binary 11010110 1110 11011011 10 1011110 0 1110 100101011 1011000 101110

Color Harmonies of #D60EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60EDB

Black with #D60EDB

Text Example


Text Example

White with #D60EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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