Html Css Color HEX #D70FC0 Deep Magenta

📋 copy color: '#D70FC0'

red 215 ◦ green 15 ◦ blue 192

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

Shades of Deep Magenta #D70FC0

Tints of Deep Magenta #D70FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.5%

R = 50.95%
G = 3.55%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D70FC0 (or 0xD70FC0) is known color: Deep Magenta. HEX triplet: D7, 0F and C0. RGB value is (215,15,192). Sum of RGB (Red+Green+Blue) = 215+15+192=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FC0 is #28F03F. Grayscale: #5E5E5E. Windows color (decimal): -2682944 or 12586967. OLE color: 12586967.

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

Color convert

RGB 215 15 192 -
CMYK 0 0.93 0.11 0.16
HSL 306.9º 0.87% 0.45% -
HSV(B) 306.9º 0.93% 0.84% -
XYZ 37.71 18.59 51.47 -
YUV 94.98 182.76 213.61 -
System Red Green Blue C M Y K H S L
Decimal 215 15 192 0 0.93 0.11 0.16 306.9 0.87 0.45
Hex D7 F C0 0 5D B 10 133 57 2D
Octal 327 17 300 0 135 13 20 463 127 55
Binary 11010111 1111 11000000 0 1011101 1011 10000 100110011 1010111 101101

Color Harmonies of #D70FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FC0

Black with #D70FC0

Text Example


Text Example

White with #D70FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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