Html Css Color HEX #D70FC5 Deep Magenta

📋 copy color: '#D70FC5'

red 215 ◦ green 15 ◦ blue 197

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

Shades of Deep Magenta #D70FC5

Tints of Deep Magenta #D70FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.14%

R = 50.35%
G = 3.51%
B = 46.14%

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

#D70FC5 (or 0xD70FC5) is known color: Deep Magenta. HEX triplet: D7, 0F and C5. RGB value is (215,15,197). Sum of RGB (Red+Green+Blue) = 215+15+197=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FC5 is #28F03A. Grayscale: #5F5F5F. Windows color (decimal): -2682939 or 12914647. OLE color: 12914647.

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

Color convert

RGB 215 15 197 -
CMYK 0 0.93 0.08 0.16
HSL 305.4º 0.87% 0.45% -
HSV(B) 305.4º 0.93% 0.84% -
XYZ 38.27 18.82 54.44 -
YUV 95.55 185.26 213.2 -
System Red Green Blue C M Y K H S L
Decimal 215 15 197 0 0.93 0.08 0.16 305.4 0.87 0.45
Hex D7 F C5 0 5D 8 10 131 57 2D
Octal 327 17 305 0 135 10 20 461 127 55
Binary 11010111 1111 11000101 0 1011101 1000 10000 100110001 1010111 101101

Color Harmonies of #D70FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FC5

Black with #D70FC5

Text Example


Text Example

White with #D70FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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