Html Css Color HEX #D70FC8 Deep Magenta

📋 copy color: '#D70FC8'

red 215 ◦ green 15 ◦ blue 200

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

Shades of Deep Magenta #D70FC8

Tints of Deep Magenta #D70FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.51%

R = 50%
G = 3.49%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D70FC8 (or 0xD70FC8) is known color: Deep Magenta. HEX triplet: D7, 0F and C8. RGB value is (215,15,200). Sum of RGB (Red+Green+Blue) = 215+15+200=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FC8 is #28F037. Grayscale: #5F5F5F. Windows color (decimal): -2682936 or 13111255. OLE color: 13111255.

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

Color convert

RGB 215 15 200 -
CMYK 0 0.93 0.07 0.16
HSL 304.5º 0.87% 0.45% -
HSV(B) 304.5º 0.93% 0.84% -
XYZ 38.62 18.96 56.27 -
YUV 95.89 186.76 212.96 -
System Red Green Blue C M Y K H S L
Decimal 215 15 200 0 0.93 0.07 0.16 304.5 0.87 0.45
Hex D7 F C8 0 5D 7 10 130 57 2D
Octal 327 17 310 0 135 7 20 460 127 55
Binary 11010111 1111 11001000 0 1011101 111 10000 100110000 1010111 101101

Color Harmonies of #D70FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FC8

Black with #D70FC8

Text Example


Text Example

White with #D70FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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