Html Css Color HEX #D60EDE Deep Magenta

📋 copy color: '#D60EDE'

red 214 ◦ green 14 ◦ blue 222

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

Shades of Deep Magenta #D60EDE

Tints of Deep Magenta #D60EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.33%

R = 47.56%
G = 3.11%
B = 49.33%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D60EDE (or 0xD60EDE) is known color: Deep Magenta. HEX triplet: D6, 0E and DE. RGB value is (214,14,222). Sum of RGB (Red+Green+Blue) = 214+14+222=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 14 (5.86% from 255 or 3.11% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #D60EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60EDE is #29F121. Grayscale: #606060. Windows color (decimal): -2748706 or 14552790. OLE color: 14552790.

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

Color convert

RGB 214 14 222 -
CMYK 0.04 0.94 0 0.13
HSL 297.69º 0.88% 0.46% -
HSV(B) 297.69º 0.94% 0.87% -
XYZ 41.07 19.88 70.78 -
YUV 97.51 198.26 211.09 -
System Red Green Blue C M Y K H S L
Decimal 214 14 222 0.04 0.94 0 0.13 297.69 0.88 0.46
Hex D6 E DE 4 5E 0 D 12A 58 2E
Octal 326 16 336 4 136 0 15 452 130 56
Binary 11010110 1110 11011110 100 1011110 0 1101 100101010 1011000 101110

Color Harmonies of #D60EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60EDE

Black with #D60EDE

Text Example


Text Example

White with #D60EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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