Html Css Color HEX #D70FC9 Deep Magenta

📋 copy color: '#D70FC9'

red 215 ◦ green 15 ◦ blue 201

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

Shades of Deep Magenta #D70FC9

Tints of Deep Magenta #D70FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.64%

R = 49.88%
G = 3.48%
B = 46.64%

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

#D70FC9 (or 0xD70FC9) is known color: Deep Magenta. HEX triplet: D7, 0F and C9. RGB value is (215,15,201). Sum of RGB (Red+Green+Blue) = 215+15+201=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FC9 is #28F036. Grayscale: #5F5F5F. Windows color (decimal): -2682935 or 13176791. OLE color: 13176791.

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

Color convert

RGB 215 15 201 -
CMYK 0 0.93 0.07 0.16
HSL 304.2º 0.87% 0.45% -
HSV(B) 304.2º 0.93% 0.84% -
XYZ 38.74 19.01 56.89 -
YUV 96 187.26 212.88 -
System Red Green Blue C M Y K H S L
Decimal 215 15 201 0 0.93 0.07 0.16 304.2 0.87 0.45
Hex D7 F C9 0 5D 7 10 130 57 2D
Octal 327 17 311 0 135 7 20 460 127 55
Binary 11010111 1111 11001001 0 1011101 111 10000 100110000 1010111 101101

Color Harmonies of #D70FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FC9

Black with #D70FC9

Text Example


Text Example

White with #D70FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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