Html Css Color HEX #D70DB2 Deep Magenta

📋 copy color: '#D70DB2'

red 215 ◦ green 13 ◦ blue 178

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

Shades of Deep Magenta #D70DB2

Tints of Deep Magenta #D70DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.84%

R = 52.96%
G = 3.2%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D70DB2 (or 0xD70DB2) is known color: Deep Magenta. HEX triplet: D7, 0D and B2. RGB value is (215,13,178). Sum of RGB (Red+Green+Blue) = 215+13+178=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70DB2 is #28F24D. Grayscale: #5B5B5B. Windows color (decimal): -2683470 or 11668951. OLE color: 11668951.

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

Color convert

RGB 215 13 178 -
CMYK 0 0.94 0.17 0.16
HSL 310.99º 0.89% 0.45% -
HSV(B) 310.99º 0.94% 0.84% -
XYZ 36.2 17.95 43.68 -
YUV 92.21 176.42 215.58 -
System Red Green Blue C M Y K H S L
Decimal 215 13 178 0 0.94 0.17 0.16 310.99 0.89 0.45
Hex D7 D B2 0 5E 11 10 137 59 2D
Octal 327 15 262 0 136 21 20 467 131 55
Binary 11010111 1101 10110010 0 1011110 10001 10000 100110111 1011001 101101

Color Harmonies of #D70DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70DB2

Black with #D70DB2

Text Example


Text Example

White with #D70DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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