Html Css Color HEX #D70DC3 Deep Magenta

📋 copy color: '#D70DC3'

red 215 ◦ green 13 ◦ blue 195

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

Shades of Deep Magenta #D70DC3

Tints of Deep Magenta #D70DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.1%

R = 50.83%
G = 3.07%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D70DC3 (or 0xD70DC3) is known color: Deep Magenta. HEX triplet: D7, 0D and C3. RGB value is (215,13,195). Sum of RGB (Red+Green+Blue) = 215+13+195=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70DC3 is #28F23C. Grayscale: #5D5D5D. Windows color (decimal): -2683453 or 12783063. OLE color: 12783063.

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

Color convert

RGB 215 13 195 -
CMYK 0 0.94 0.09 0.16
HSL 305.94º 0.89% 0.45% -
HSV(B) 305.94º 0.94% 0.84% -
XYZ 38.02 18.68 53.23 -
YUV 94.15 184.92 214.2 -
System Red Green Blue C M Y K H S L
Decimal 215 13 195 0 0.94 0.09 0.16 305.94 0.89 0.45
Hex D7 D C3 0 5E 9 10 132 59 2D
Octal 327 15 303 0 136 11 20 462 131 55
Binary 11010111 1101 11000011 0 1011110 1001 10000 100110010 1011001 101101

Color Harmonies of #D70DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70DC3

Black with #D70DC3

Text Example


Text Example

White with #D70DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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