Html Css Color HEX #D70DD0 Deep Magenta

📋 copy color: '#D70DD0'

red 215 ◦ green 13 ◦ blue 208

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

Shades of Deep Magenta #D70DD0

Tints of Deep Magenta #D70DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.71%

R = 49.31%
G = 2.98%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D70DD0 (or 0xD70DD0) is known color: Deep Magenta. HEX triplet: D7, 0D and D0. RGB value is (215,13,208). Sum of RGB (Red+Green+Blue) = 215+13+208=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70DD0 is #28F22F. Grayscale: #5F5F5F. Windows color (decimal): -2683440 or 13635031. OLE color: 13635031.

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

Color convert

RGB 215 13 208 -
CMYK 0 0.94 0.03 0.16
HSL 302.08º 0.89% 0.45% -
HSV(B) 302.08º 0.94% 0.84% -
XYZ 39.55 19.29 61.31 -
YUV 95.63 191.42 213.14 -
System Red Green Blue C M Y K H S L
Decimal 215 13 208 0 0.94 0.03 0.16 302.08 0.89 0.45
Hex D7 D D0 0 5E 3 10 12E 59 2D
Octal 327 15 320 0 136 3 20 456 131 55
Binary 11010111 1101 11010000 0 1011110 11 10000 100101110 1011001 101101

Color Harmonies of #D70DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70DD0

Black with #D70DD0

Text Example


Text Example

White with #D70DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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