Html Css Color HEX #D70DC5 Deep Magenta

📋 copy color: '#D70DC5'

red 215 ◦ green 13 ◦ blue 197

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

Shades of Deep Magenta #D70DC5

Tints of Deep Magenta #D70DC5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.06%

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

R = 50.59%
G = 3.06%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D70DC5 (or 0xD70DC5) is known color: Deep Magenta. HEX triplet: D7, 0D and C5. RGB value is (215,13,197). Sum of RGB (Red+Green+Blue) = 215+13+197=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70DC5 is #28F23A. Grayscale: #5D5D5D. Windows color (decimal): -2683451 or 12914135. OLE color: 12914135.

HSL color Cylindrical-coordinate representation of color #D70DC5: hue angle of 305.35º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70DC5 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 13 197 -
CMYK 0 0.94 0.08 0.16
HSL 305.35º 0.89% 0.45% -
HSV(B) 305.35º 0.94% 0.84% -
XYZ 38.25 18.77 54.43 -
YUV 94.37 185.92 214.04 -
System Red Green Blue C M Y K H S L
Decimal 215 13 197 0 0.94 0.08 0.16 305.35 0.89 0.45
Hex D7 D C5 0 5E 8 10 131 59 2D
Octal 327 15 305 0 136 10 20 461 131 55
Binary 11010111 1101 11000101 0 1011110 1000 10000 100110001 1011001 101101

Color Harmonies of #D70DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70DC5

Black with #D70DC5

Text Example


Text Example

White with #D70DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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