Html Css Color HEX #D70FB7 Deep Magenta

📋 copy color: '#D70FB7'

red 215 ◦ green 15 ◦ blue 183

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

Shades of Deep Magenta #D70FB7

Tints of Deep Magenta #D70FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.31%

R = 52.06%
G = 3.63%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D70FB7 (or 0xD70FB7) is known color: Deep Magenta. HEX triplet: D7, 0F and B7. RGB value is (215,15,183). Sum of RGB (Red+Green+Blue) = 215+15+183=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FB7 is #28F048. Grayscale: #5D5D5D. Windows color (decimal): -2682953 or 11997143. OLE color: 11997143.

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

Color convert

RGB 215 15 183 -
CMYK 0 0.93 0.15 0.16
HSL 309.6º 0.87% 0.45% -
HSV(B) 309.6º 0.93% 0.84% -
XYZ 36.74 18.21 46.38 -
YUV 93.95 178.26 214.34 -
System Red Green Blue C M Y K H S L
Decimal 215 15 183 0 0.93 0.15 0.16 309.6 0.87 0.45
Hex D7 F B7 0 5D F 10 136 57 2D
Octal 327 17 267 0 135 17 20 466 127 55
Binary 11010111 1111 10110111 0 1011101 1111 10000 100110110 1010111 101101

Color Harmonies of #D70FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FB7

Black with #D70FB7

Text Example


Text Example

White with #D70FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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