Html Css Color HEX #D509DC Deep Magenta

📋 copy color: '#D509DC'

red 213 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #D509DC

Tints of Deep Magenta #D509DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 48.19%
G = 2.04%
B = 49.77%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D509DC (or 0xD509DC) is known color: Deep Magenta. HEX triplet: D5, 09 and DC. RGB value is (213,9,220). Sum of RGB (Red+Green+Blue) = 213+9+220=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #D509DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509DC is #2AF623. Grayscale: #5D5D5D. Windows color (decimal): -2815524 or 14420437. OLE color: 14420437.

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

Color convert

RGB 213 9 220 -
CMYK 0.03 0.96 0 0.14
HSL 298.01º 0.92% 0.45% -
HSV(B) 298.01º 0.96% 0.86% -
XYZ 40.46 19.51 69.34 -
YUV 94.05 199.09 212.84 -
System Red Green Blue C M Y K H S L
Decimal 213 9 220 0.03 0.96 0 0.14 298.01 0.92 0.45
Hex D5 9 DC 3 60 0 E 12A 5C 2D
Octal 325 11 334 3 140 0 16 452 134 55
Binary 11010101 1001 11011100 11 1100000 0 1110 100101010 1011100 101101

Color Harmonies of #D509DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509DC

Black with #D509DC

Text Example


Text Example

White with #D509DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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