Html Css Color HEX #D70EB0 Deep Magenta

📋 copy color: '#D70EB0'

red 215 ◦ green 14 ◦ blue 176

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

Shades of Deep Magenta #D70EB0

Tints of Deep Magenta #D70EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.46%

R = 53.09%
G = 3.46%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D70EB0 (or 0xD70EB0) is known color: Deep Magenta. HEX triplet: D7, 0E and B0. RGB value is (215,14,176). Sum of RGB (Red+Green+Blue) = 215+14+176=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D70EB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70EB0 is #28F14F. Grayscale: #5C5C5C. Windows color (decimal): -2683216 or 11538135. OLE color: 11538135.

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

Color convert

RGB 215 14 176 -
CMYK 0 0.93 0.18 0.16
HSL 311.64º 0.88% 0.45% -
HSV(B) 311.64º 0.93% 0.84% -
XYZ 36.02 17.9 42.63 -
YUV 92.57 175.09 215.33 -
System Red Green Blue C M Y K H S L
Decimal 215 14 176 0 0.93 0.18 0.16 311.64 0.88 0.45
Hex D7 E B0 0 5D 12 10 138 58 2D
Octal 327 16 260 0 135 22 20 470 130 55
Binary 11010111 1110 10110000 0 1011101 10010 10000 100111000 1011000 101101

Color Harmonies of #D70EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70EB0

Black with #D70EB0

Text Example


Text Example

White with #D70EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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