Html Css Color HEX #D70EC2 Deep Magenta

📋 copy color: '#D70EC2'

red 215 ◦ green 14 ◦ blue 194

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

Shades of Deep Magenta #D70EC2

Tints of Deep Magenta #D70EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.86%

R = 50.83%
G = 3.31%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D70EC2 (or 0xD70EC2) is known color: Deep Magenta. HEX triplet: D7, 0E and C2. RGB value is (215,14,194). Sum of RGB (Red+Green+Blue) = 215+14+194=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D70EC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70EC2 is #28F13D. Grayscale: #5E5E5E. Windows color (decimal): -2683198 or 12717783. OLE color: 12717783.

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

Color convert

RGB 215 14 194 -
CMYK 0 0.93 0.10 0.16
HSL 306.27º 0.88% 0.45% -
HSV(B) 306.27º 0.93% 0.84% -
XYZ 37.92 18.66 52.64 -
YUV 94.62 184.09 213.86 -
System Red Green Blue C M Y K H S L
Decimal 215 14 194 0 0.93 0.10 0.16 306.27 0.88 0.45
Hex D7 E C2 0 5D A 10 132 58 2D
Octal 327 16 302 0 135 12 20 462 130 55
Binary 11010111 1110 11000010 0 1011101 1010 10000 100110010 1011000 101101

Color Harmonies of #D70EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70EC2

Black with #D70EC2

Text Example


Text Example

White with #D70EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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