Html Css Color HEX #D60EBA Deep Magenta

📋 copy color: '#D60EBA'

red 214 ◦ green 14 ◦ blue 186

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

Shades of Deep Magenta #D60EBA

Tints of Deep Magenta #D60EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 51.69%
G = 3.38%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D60EBA (or 0xD60EBA) is known color: Deep Magenta. HEX triplet: D6, 0E and BA. RGB value is (214,14,186). Sum of RGB (Red+Green+Blue) = 214+14+186=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D60EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60EBA is #29F145. Grayscale: #5C5C5C. Windows color (decimal): -2748742 or 12193494. OLE color: 12193494.

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

Color convert

RGB 214 14 186 -
CMYK 0 0.93 0.13 0.16
HSL 308.4º 0.88% 0.45% -
HSV(B) 308.4º 0.93% 0.84% -
XYZ 36.75 18.16 48.02 -
YUV 93.41 180.26 214.01 -
System Red Green Blue C M Y K H S L
Decimal 214 14 186 0 0.93 0.13 0.16 308.4 0.88 0.45
Hex D6 E BA 0 5D D 10 134 58 2D
Octal 326 16 272 0 135 15 20 464 130 55
Binary 11010110 1110 10111010 0 1011101 1101 10000 100110100 1011000 101101

Color Harmonies of #D60EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60EBA

Black with #D60EBA

Text Example


Text Example

White with #D60EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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