Html Css Color HEX #D60EDA Deep Magenta

📋 copy color: '#D60EDA'

red 214 ◦ green 14 ◦ blue 218

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

Shades of Deep Magenta #D60EDA

Tints of Deep Magenta #D60EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 47.98%
G = 3.14%
B = 48.88%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D60EDA (or 0xD60EDA) is known color: Deep Magenta. HEX triplet: D6, 0E and DA. RGB value is (214,14,218). Sum of RGB (Red+Green+Blue) = 214+14+218=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #D60EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60EDA is #29F125. Grayscale: #606060. Windows color (decimal): -2748710 or 14290646. OLE color: 14290646.

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

Color convert

RGB 214 14 218 -
CMYK 0.02 0.94 0 0.15
HSL 298.82º 0.88% 0.45% -
HSV(B) 298.82º 0.94% 0.85% -
XYZ 40.54 19.67 67.99 -
YUV 97.06 196.26 211.41 -
System Red Green Blue C M Y K H S L
Decimal 214 14 218 0.02 0.94 0 0.15 298.82 0.88 0.45
Hex D6 E DA 2 5E 0 F 12B 58 2D
Octal 326 16 332 2 136 0 17 453 130 55
Binary 11010110 1110 11011010 10 1011110 0 1111 100101011 1011000 101101

Color Harmonies of #D60EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60EDA

Black with #D60EDA

Text Example


Text Example

White with #D60EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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