Html Css Color HEX #D60EBD Deep Magenta

📋 copy color: '#D60EBD'

red 214 ◦ green 14 ◦ blue 189

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

Shades of Deep Magenta #D60EBD

Tints of Deep Magenta #D60EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 51.32%
G = 3.36%
B = 45.32%

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

#D60EBD (or 0xD60EBD) is known color: Deep Magenta. HEX triplet: D6, 0E and BD. RGB value is (214,14,189). Sum of RGB (Red+Green+Blue) = 214+14+189=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D60EBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60EBD is #29F142. Grayscale: #5D5D5D. Windows color (decimal): -2748739 or 12390102. OLE color: 12390102.

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

Color convert

RGB 214 14 189 -
CMYK 0 0.93 0.12 0.16
HSL 307.5º 0.88% 0.45% -
HSV(B) 307.5º 0.93% 0.84% -
XYZ 37.07 18.28 49.72 -
YUV 93.75 181.76 213.77 -
System Red Green Blue C M Y K H S L
Decimal 214 14 189 0 0.93 0.12 0.16 307.5 0.88 0.45
Hex D6 E BD 0 5D C 10 134 58 2D
Octal 326 16 275 0 135 14 20 464 130 55
Binary 11010110 1110 10111101 0 1011101 1100 10000 100110100 1011000 101101

Color Harmonies of #D60EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60EBD

Black with #D60EBD

Text Example


Text Example

White with #D60EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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