Html Css Color HEX #D509CC Deep Magenta

📋 copy color: '#D509CC'

red 213 ◦ green 9 ◦ blue 204

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

Shades of Deep Magenta #D509CC

Tints of Deep Magenta #D509CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 50%
G = 2.11%
B = 47.89%

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

#D509CC (or 0xD509CC) is known color: Deep Magenta. HEX triplet: D5, 09 and CC. RGB value is (213,9,204). Sum of RGB (Red+Green+Blue) = 213+9+204=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 9 (3.91% from 255 or 2.11% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D509CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509CC is #2AF633. Grayscale: #5B5B5B. Windows color (decimal): -2815540 or 13371861. OLE color: 13371861.

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

Color convert

RGB 213 9 204 -
CMYK 0 0.96 0.04 0.16
HSL 302.65º 0.92% 0.44% -
HSV(B) 302.65º 0.96% 0.84% -
XYZ 38.44 18.7 58.71 -
YUV 92.23 191.09 214.14 -
System Red Green Blue C M Y K H S L
Decimal 213 9 204 0 0.96 0.04 0.16 302.65 0.92 0.44
Hex D5 9 CC 0 60 4 10 12F 5C 2C
Octal 325 11 314 0 140 4 20 457 134 54
Binary 11010101 1001 11001100 0 1100000 100 10000 100101111 1011100 101100

Color Harmonies of #D509CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509CC

Black with #D509CC

Text Example


Text Example

White with #D509CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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