Html Css Color HEX #D70EC6 Deep Magenta

📋 copy color: '#D70EC6'

red 215 ◦ green 14 ◦ blue 198

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

Shades of Deep Magenta #D70EC6

Tints of Deep Magenta #D70EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.37%

R = 50.35%
G = 3.28%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D70EC6 (or 0xD70EC6) is known color: Deep Magenta. HEX triplet: D7, 0E and C6. RGB value is (215,14,198). Sum of RGB (Red+Green+Blue) = 215+14+198=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 14 (5.86% from 255 or 3.28% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D70EC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70EC6 is #28F139. Grayscale: #5E5E5E. Windows color (decimal): -2683194 or 12979927. OLE color: 12979927.

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

Color convert

RGB 215 14 198 -
CMYK 0 0.93 0.08 0.16
HSL 305.07º 0.88% 0.45% -
HSV(B) 305.07º 0.93% 0.84% -
XYZ 38.37 18.84 55.04 -
YUV 95.08 186.09 213.54 -
System Red Green Blue C M Y K H S L
Decimal 215 14 198 0 0.93 0.08 0.16 305.07 0.88 0.45
Hex D7 E C6 0 5D 8 10 131 58 2D
Octal 327 16 306 0 135 10 20 461 130 55
Binary 11010111 1110 11000110 0 1011101 1000 10000 100110001 1011000 101101

Color Harmonies of #D70EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70EC6

Black with #D70EC6

Text Example


Text Example

White with #D70EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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