Html Css Color HEX #D513DD Deep Magenta

📋 copy color: '#D513DD'

red 213 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #D513DD

Tints of Deep Magenta #D513DD

RGB

 RED value IS 213 (83.59% from 255) = 47.02%

 GREEN value IS 19 (7.81% from 255) = 4.19%

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 47.02%
G = 4.19%
B = 48.79%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D513DD (or 0xD513DD) is known color: Deep Magenta. HEX triplet: D5, 13 and DD. RGB value is (213,19,221). Sum of RGB (Red+Green+Blue) = 213+19+221=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 19 (7.81% from 255 or 4.19% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #D513DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513DD is #2AEC22. Grayscale: #636363. Windows color (decimal): -2812963 or 14488533. OLE color: 14488533.

HSL color Cylindrical-coordinate representation of color #D513DD: hue angle of 297.62º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D513DD is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 19 221 -
CMYK 0.04 0.91 0 0.13
HSL 297.62º 0.84% 0.47% -
HSV(B) 297.62º 0.91% 0.87% -
XYZ 40.72 19.83 70.09 -
YUV 100.03 196.27 208.57 -
System Red Green Blue C M Y K H S L
Decimal 213 19 221 0.04 0.91 0 0.13 297.62 0.84 0.47
Hex D5 13 DD 4 5B 0 D 12A 54 2F
Octal 325 23 335 4 133 0 15 452 124 57
Binary 11010101 10011 11011101 100 1011011 0 1101 100101010 1010100 101111

Color Harmonies of #D513DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D513DD

Black with #D513DD

Text Example


Text Example

White with #D513DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D513DD; }

 p { color: rgb(213,19,221); }

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

background-color css

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

 a { background-color: rgb(213,19,221); }

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

border-color css

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

 span { border-color: rgb(213,19,221); }

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