Html Css Color HEX #D70EBE Deep Magenta

📋 copy color: '#D70EBE'

red 215 ◦ green 14 ◦ blue 190

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

Shades of Deep Magenta #D70EBE

Tints of Deep Magenta #D70EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.35%

R = 51.31%
G = 3.34%
B = 45.35%

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

#D70EBE (or 0xD70EBE) is known color: Deep Magenta. HEX triplet: D7, 0E and BE. RGB value is (215,14,190). Sum of RGB (Red+Green+Blue) = 215+14+190=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D70EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70EBE is #28F141. Grayscale: #5D5D5D. Windows color (decimal): -2683202 or 12455639. OLE color: 12455639.

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

Color convert

RGB 215 14 190 -
CMYK 0 0.93 0.12 0.16
HSL 307.46º 0.88% 0.45% -
HSV(B) 307.46º 0.93% 0.84% -
XYZ 37.48 18.48 50.31 -
YUV 94.16 182.09 214.19 -
System Red Green Blue C M Y K H S L
Decimal 215 14 190 0 0.93 0.12 0.16 307.46 0.88 0.45
Hex D7 E BE 0 5D C 10 133 58 2D
Octal 327 16 276 0 135 14 20 463 130 55
Binary 11010111 1110 10111110 0 1011101 1100 10000 100110011 1011000 101101

Color Harmonies of #D70EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70EBE

Black with #D70EBE

Text Example


Text Example

White with #D70EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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