Html Css Color HEX #D70FDC Deep Magenta

📋 copy color: '#D70FDC'

red 215 ◦ green 15 ◦ blue 220

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

Shades of Deep Magenta #D70FDC

Tints of Deep Magenta #D70FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.33%

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

R = 47.78%
G = 3.33%
B = 48.89%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D70FDC (or 0xD70FDC) is known color: Deep Magenta. HEX triplet: D7, 0F and DC. RGB value is (215,15,220). Sum of RGB (Red+Green+Blue) = 215+15+220=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #D70FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FDC is #28F023. Grayscale: #616161. Windows color (decimal): -2682916 or 14421975. OLE color: 14421975.

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

Color convert

RGB 215 15 220 -
CMYK 0.02 0.93 0 0.14
HSL 298.54º 0.87% 0.46% -
HSV(B) 298.54º 0.93% 0.86% -
XYZ 41.11 19.96 69.4 -
YUV 98.17 196.76 211.33 -
System Red Green Blue C M Y K H S L
Decimal 215 15 220 0.02 0.93 0 0.14 298.54 0.87 0.46
Hex D7 F DC 2 5D 0 E 12B 57 2E
Octal 327 17 334 2 135 0 16 453 127 56
Binary 11010111 1111 11011100 10 1011101 0 1110 100101011 1010111 101110

Color Harmonies of #D70FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FDC

Black with #D70FDC

Text Example


Text Example

White with #D70FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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