Html Css Color HEX #D70EBC Deep Magenta

📋 copy color: '#D70EBC'

red 215 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #D70EBC

Tints of Deep Magenta #D70EBC

RGB

 RED value IS 215 (84.38% from 255) = 51.56%

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

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 51.56%
G = 3.36%
B = 45.08%

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

#D70EBC (or 0xD70EBC) is known color: Deep Magenta. HEX triplet: D7, 0E and BC. RGB value is (215,14,188). Sum of RGB (Red+Green+Blue) = 215+14+188=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D70EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70EBC is #28F143. Grayscale: #5D5D5D. Windows color (decimal): -2683204 or 12324567. OLE color: 12324567.

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

Color convert

RGB 215 14 188 -
CMYK 0 0.93 0.13 0.16
HSL 308.06º 0.88% 0.45% -
HSV(B) 308.06º 0.93% 0.84% -
XYZ 37.26 18.39 49.16 -
YUV 93.94 181.09 214.35 -
System Red Green Blue C M Y K H S L
Decimal 215 14 188 0 0.93 0.13 0.16 308.06 0.88 0.45
Hex D7 E BC 0 5D D 10 134 58 2D
Octal 327 16 274 0 135 15 20 464 130 55
Binary 11010111 1110 10111100 0 1011101 1101 10000 100110100 1011000 101101

Color Harmonies of #D70EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70EBC

Black with #D70EBC

Text Example


Text Example

White with #D70EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70EBC; }

 p { color: rgb(215,14,188); }

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

background-color css

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

 a { background-color: rgb(215,14,188); }

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

border-color css

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

 span { border-color: rgb(215,14,188); }

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