Html Css Color HEX #D70DDA Deep Magenta

📋 copy color: '#D70DDA'

red 215 ◦ green 13 ◦ blue 218

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

Shades of Deep Magenta #D70DDA

Tints of Deep Magenta #D70DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 48.21%
G = 2.91%
B = 48.88%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D70DDA (or 0xD70DDA) is known color: Deep Magenta. HEX triplet: D7, 0D and DA. RGB value is (215,13,218). Sum of RGB (Red+Green+Blue) = 215+13+218=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #D70DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70DDA is #28F225. Grayscale: #606060. Windows color (decimal): -2683430 or 14290391. OLE color: 14290391.

HSL color Cylindrical-coordinate representation of color #D70DDA: hue angle of 299.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70DDA is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 13 218 -
CMYK 0.01 0.94 0 0.15
HSL 299.12º 0.89% 0.45% -
HSV(B) 299.12º 0.94% 0.85% -
XYZ 40.82 19.8 68 -
YUV 96.77 196.42 212.33 -
System Red Green Blue C M Y K H S L
Decimal 215 13 218 0.01 0.94 0 0.15 299.12 0.89 0.45
Hex D7 D DA 1 5E 0 F 12B 59 2D
Octal 327 15 332 1 136 0 17 453 131 55
Binary 11010111 1101 11011010 1 1011110 0 1111 100101011 1011001 101101

Color Harmonies of #D70DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70DDA

Black with #D70DDA

Text Example


Text Example

White with #D70DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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