Html Css Color HEX #D60EBF Deep Magenta

📋 copy color: '#D60EBF'

red 214 ◦ green 14 ◦ blue 191

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

Shades of Deep Magenta #D60EBF

Tints of Deep Magenta #D60EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.58%

R = 51.07%
G = 3.34%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D60EBF (or 0xD60EBF) is known color: Deep Magenta. HEX triplet: D6, 0E and BF. RGB value is (214,14,191). Sum of RGB (Red+Green+Blue) = 214+14+191=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D60EBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60EBF is #29F140. Grayscale: #5D5D5D. Windows color (decimal): -2748737 or 12521174. OLE color: 12521174.

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

Color convert

RGB 214 14 191 -
CMYK 0 0.93 0.11 0.16
HSL 306.9º 0.88% 0.45% -
HSV(B) 306.9º 0.93% 0.84% -
XYZ 37.29 18.37 50.87 -
YUV 93.98 182.76 213.61 -
System Red Green Blue C M Y K H S L
Decimal 214 14 191 0 0.93 0.11 0.16 306.9 0.88 0.45
Hex D6 E BF 0 5D B 10 133 58 2D
Octal 326 16 277 0 135 13 20 463 130 55
Binary 11010110 1110 10111111 0 1011101 1011 10000 100110011 1011000 101101

Color Harmonies of #D60EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60EBF

Black with #D60EBF

Text Example


Text Example

White with #D60EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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