Html Css Color HEX #D60EDD Deep Magenta

📋 copy color: '#D60EDD'

red 214 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #D60EDD

Tints of Deep Magenta #D60EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 47.66%
G = 3.12%
B = 49.22%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D60EDD (or 0xD60EDD) is known color: Deep Magenta. HEX triplet: D6, 0E and DD. RGB value is (214,14,221). Sum of RGB (Red+Green+Blue) = 214+14+221=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #D60EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60EDD is #29F122. Grayscale: #606060. Windows color (decimal): -2748707 or 14487254. OLE color: 14487254.

HSL color Cylindrical-coordinate representation of color #D60EDD: hue angle of 297.97º 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 #D60EDD is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 14 221 -
CMYK 0.03 0.94 0 0.13
HSL 297.97º 0.88% 0.46% -
HSV(B) 297.97º 0.94% 0.87% -
XYZ 40.94 19.83 70.08 -
YUV 97.4 197.76 211.17 -
System Red Green Blue C M Y K H S L
Decimal 214 14 221 0.03 0.94 0 0.13 297.97 0.88 0.46
Hex D6 E DD 3 5E 0 D 12A 58 2E
Octal 326 16 335 3 136 0 15 452 130 56
Binary 11010110 1110 11011101 11 1011110 0 1101 100101010 1011000 101110

Color Harmonies of #D60EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60EDD

Black with #D60EDD

Text Example


Text Example

White with #D60EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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