Html Css Color HEX #D509CD Deep Magenta

📋 copy color: '#D509CD'

red 213 ◦ green 9 ◦ blue 205

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

Shades of Deep Magenta #D509CD

Tints of Deep Magenta #D509CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 49.88%
G = 2.11%
B = 48.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D509CD (or 0xD509CD) is known color: Deep Magenta. HEX triplet: D5, 09 and CD. RGB value is (213,9,205). Sum of RGB (Red+Green+Blue) = 213+9+205=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D509CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509CD is #2AF632. Grayscale: #5B5B5B. Windows color (decimal): -2815539 or 13437397. OLE color: 13437397.

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

Color convert

RGB 213 9 205 -
CMYK 0 0.96 0.04 0.16
HSL 302.35º 0.92% 0.44% -
HSV(B) 302.35º 0.96% 0.84% -
XYZ 38.56 18.75 59.34 -
YUV 92.34 191.59 214.06 -
System Red Green Blue C M Y K H S L
Decimal 213 9 205 0 0.96 0.04 0.16 302.35 0.92 0.44
Hex D5 9 CD 0 60 4 10 12E 5C 2C
Octal 325 11 315 0 140 4 20 456 134 54
Binary 11010101 1001 11001101 0 1100000 100 10000 100101110 1011100 101100

Color Harmonies of #D509CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509CD

Black with #D509CD

Text Example


Text Example

White with #D509CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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