Html Css Color HEX #D913DD Deep Magenta

📋 copy color: '#D913DD'

red 217 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #D913DD

Tints of Deep Magenta #D913DD

RGB

 RED value IS 217 (85.16% from 255) = 47.48%

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

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

R = 47.48%
G = 4.16%
B = 48.36%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D913DD (or 0xD913DD) is known color: Deep Magenta. HEX triplet: D9, 13 and DD. RGB value is (217,19,221). Sum of RGB (Red+Green+Blue) = 217+19+221=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 19 (7.81% from 255 or 4.16% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #D913DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D913DD is #26EC22. Grayscale: #646464. Windows color (decimal): -2550819 or 14488537. OLE color: 14488537.

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

Color convert

RGB 217 19 221 -
CMYK 0.02 0.91 0 0.13
HSL 298.81º 0.84% 0.47% -
HSV(B) 298.81º 0.91% 0.87% -
XYZ 41.9 20.44 70.14 -
YUV 101.23 195.6 210.57 -
System Red Green Blue C M Y K H S L
Decimal 217 19 221 0.02 0.91 0 0.13 298.81 0.84 0.47
Hex D9 13 DD 2 5B 0 D 12B 54 2F
Octal 331 23 335 2 133 0 15 453 124 57
Binary 11011001 10011 11011101 10 1011011 0 1101 100101011 1010100 101111

Color Harmonies of #D913DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D913DD

Black with #D913DD

Text Example


Text Example

White with #D913DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D913DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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