Html Css Color HEX #D70DCD Deep Magenta

📋 copy color: '#D70DCD'

red 215 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #D70DCD

Tints of Deep Magenta #D70DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 49.65%
G = 3%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D70DCD (or 0xD70DCD) is known color: Deep Magenta. HEX triplet: D7, 0D and CD. RGB value is (215,13,205). Sum of RGB (Red+Green+Blue) = 215+13+205=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70DCD is #28F232. Grayscale: #5E5E5E. Windows color (decimal): -2683443 or 13438423. OLE color: 13438423.

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

Color convert

RGB 215 13 205 -
CMYK 0 0.94 0.05 0.16
HSL 302.97º 0.89% 0.45% -
HSV(B) 302.97º 0.94% 0.84% -
XYZ 39.19 19.14 59.39 -
YUV 95.29 189.92 213.39 -
System Red Green Blue C M Y K H S L
Decimal 215 13 205 0 0.94 0.05 0.16 302.97 0.89 0.45
Hex D7 D CD 0 5E 5 10 12F 59 2D
Octal 327 15 315 0 136 5 20 457 131 55
Binary 11010111 1101 11001101 0 1011110 101 10000 100101111 1011001 101101

Color Harmonies of #D70DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70DCD

Black with #D70DCD

Text Example


Text Example

White with #D70DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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