Html Css Color HEX #D70EDC Deep Magenta

📋 copy color: '#D70EDC'

red 215 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #D70EDC

Tints of Deep Magenta #D70EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 47.88%
G = 3.12%
B = 49%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D70EDC (or 0xD70EDC) is known color: Deep Magenta. HEX triplet: D7, 0E and DC. RGB value is (215,14,220). Sum of RGB (Red+Green+Blue) = 215+14+220=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #D70EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70EDC is #28F123. Grayscale: #606060. Windows color (decimal): -2683172 or 14421719. OLE color: 14421719.

HSL color Cylindrical-coordinate representation of color #D70EDC: hue angle of 298.54º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70EDC is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 14 220 -
CMYK 0.02 0.94 0 0.14
HSL 298.54º 0.88% 0.46% -
HSV(B) 298.54º 0.94% 0.86% -
XYZ 41.1 19.93 69.39 -
YUV 97.58 197.09 211.75 -
System Red Green Blue C M Y K H S L
Decimal 215 14 220 0.02 0.94 0 0.14 298.54 0.88 0.46
Hex D7 E DC 2 5E 0 E 12B 58 2E
Octal 327 16 334 2 136 0 16 453 130 56
Binary 11010111 1110 11011100 10 1011110 0 1110 100101011 1011000 101110

Color Harmonies of #D70EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70EDC

Black with #D70EDC

Text Example


Text Example

White with #D70EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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