Html Css Color HEX #D70FC4 Deep Magenta

📋 copy color: '#D70FC4'

red 215 ◦ green 15 ◦ blue 196

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

Shades of Deep Magenta #D70FC4

Tints of Deep Magenta #D70FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.01%

R = 50.47%
G = 3.52%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D70FC4 (or 0xD70FC4) is known color: Deep Magenta. HEX triplet: D7, 0F and C4. RGB value is (215,15,196). Sum of RGB (Red+Green+Blue) = 215+15+196=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FC4 is #28F03B. Grayscale: #5E5E5E. Windows color (decimal): -2682940 or 12849111. OLE color: 12849111.

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

Color convert

RGB 215 15 196 -
CMYK 0 0.93 0.09 0.16
HSL 305.7º 0.87% 0.45% -
HSV(B) 305.7º 0.93% 0.84% -
XYZ 38.16 18.77 53.84 -
YUV 95.43 184.76 213.28 -
System Red Green Blue C M Y K H S L
Decimal 215 15 196 0 0.93 0.09 0.16 305.7 0.87 0.45
Hex D7 F C4 0 5D 9 10 132 57 2D
Octal 327 17 304 0 135 11 20 462 127 55
Binary 11010111 1111 11000100 0 1011101 1001 10000 100110010 1010111 101101

Color Harmonies of #D70FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FC4

Black with #D70FC4

Text Example


Text Example

White with #D70FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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