Html Css Color HEX #D509DD Deep Magenta

📋 copy color: '#D509DD'

red 213 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #D509DD

Tints of Deep Magenta #D509DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.03%

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

R = 48.08%
G = 2.03%
B = 49.89%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D509DD (or 0xD509DD) is known color: Deep Magenta. HEX triplet: D5, 09 and DD. RGB value is (213,9,221). Sum of RGB (Red+Green+Blue) = 213+9+221=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #D509DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509DD is #2AF622. Grayscale: #5D5D5D. Windows color (decimal): -2815523 or 14485973. OLE color: 14485973.

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

Color convert

RGB 213 9 221 -
CMYK 0.04 0.96 0 0.13
HSL 297.74º 0.92% 0.45% -
HSV(B) 297.74º 0.96% 0.87% -
XYZ 40.59 19.56 70.04 -
YUV 94.16 199.59 212.76 -
System Red Green Blue C M Y K H S L
Decimal 213 9 221 0.04 0.96 0 0.13 297.74 0.92 0.45
Hex D5 9 DD 4 60 0 D 12A 5C 2D
Octal 325 11 335 4 140 0 15 452 134 55
Binary 11010101 1001 11011101 100 1100000 0 1101 100101010 1011100 101101

Color Harmonies of #D509DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509DD

Black with #D509DD

Text Example


Text Example

White with #D509DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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