Html Css Color HEX #D70ECF Deep Magenta

📋 copy color: '#D70ECF'

red 215 ◦ green 14 ◦ blue 207

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

Shades of Deep Magenta #D70ECF

Tints of Deep Magenta #D70ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 49.31%
G = 3.21%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D70ECF (or 0xD70ECF) is known color: Deep Magenta. HEX triplet: D7, 0E and CF. RGB value is (215,14,207). Sum of RGB (Red+Green+Blue) = 215+14+207=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D70ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70ECF is #28F130. Grayscale: #5F5F5F. Windows color (decimal): -2683185 or 13569751. OLE color: 13569751.

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

Color convert

RGB 215 14 207 -
CMYK 0 0.93 0.04 0.16
HSL 302.39º 0.88% 0.45% -
HSV(B) 302.39º 0.93% 0.84% -
XYZ 39.44 19.27 60.67 -
YUV 96.1 190.59 212.81 -
System Red Green Blue C M Y K H S L
Decimal 215 14 207 0 0.93 0.04 0.16 302.39 0.88 0.45
Hex D7 E CF 0 5D 4 10 12E 58 2D
Octal 327 16 317 0 135 4 20 456 130 55
Binary 11010111 1110 11001111 0 1011101 100 10000 100101110 1011000 101101

Color Harmonies of #D70ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70ECF

Black with #D70ECF

Text Example


Text Example

White with #D70ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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