Html Css Color HEX #D413DD Deep Magenta

📋 copy color: '#D413DD'

red 212 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #D413DD

Tints of Deep Magenta #D413DD

RGB

 RED value IS 212 (83.2% from 255) = 46.9%

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

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

R = 46.9%
G = 4.2%
B = 48.89%

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

#D413DD (or 0xD413DD) is known color: Deep Magenta. HEX triplet: D4, 13 and DD. RGB value is (212,19,221). Sum of RGB (Red+Green+Blue) = 212+19+221=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #D413DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D413DD is #2BEC22. Grayscale: #636363. Windows color (decimal): -2878499 or 14488532. OLE color: 14488532.

HSL color Cylindrical-coordinate representation of color #D413DD: hue angle of 297.33º 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 #D413DD is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 19 221 -
CMYK 0.04 0.91 0 0.13
HSL 297.33º 0.84% 0.47% -
HSV(B) 297.33º 0.91% 0.87% -
XYZ 40.44 19.68 70.07 -
YUV 99.74 196.44 208.07 -
System Red Green Blue C M Y K H S L
Decimal 212 19 221 0.04 0.91 0 0.13 297.33 0.84 0.47
Hex D4 13 DD 4 5B 0 D 129 54 2F
Octal 324 23 335 4 133 0 15 451 124 57
Binary 11010100 10011 11011101 100 1011011 0 1101 100101001 1010100 101111

Color Harmonies of #D413DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D413DD

Black with #D413DD

Text Example


Text Example

White with #D413DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D413DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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