Html Css Color HEX #D70DD4 Deep Magenta

📋 copy color: '#D70DD4'

red 215 ◦ green 13 ◦ blue 212

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

Shades of Deep Magenta #D70DD4

Tints of Deep Magenta #D70DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.18%

R = 48.86%
G = 2.95%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D70DD4 (or 0xD70DD4) is known color: Deep Magenta. HEX triplet: D7, 0D and D4. RGB value is (215,13,212). Sum of RGB (Red+Green+Blue) = 215+13+212=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70DD4 is #28F22B. Grayscale: #5F5F5F. Windows color (decimal): -2683436 or 13897175. OLE color: 13897175.

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

Color convert

RGB 215 13 212 -
CMYK 0 0.94 0.01 0.16
HSL 300.89º 0.89% 0.45% -
HSV(B) 300.89º 0.94% 0.84% -
XYZ 40.05 19.49 63.94 -
YUV 96.08 193.42 212.82 -
System Red Green Blue C M Y K H S L
Decimal 215 13 212 0 0.94 0.01 0.16 300.89 0.89 0.45
Hex D7 D D4 0 5E 1 10 12D 59 2D
Octal 327 15 324 0 136 1 20 455 131 55
Binary 11010111 1101 11010100 0 1011110 1 10000 100101101 1011001 101101

Color Harmonies of #D70DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70DD4

Black with #D70DD4

Text Example


Text Example

White with #D70DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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