Html Css Color HEX #D509C9 Deep Magenta

📋 copy color: '#D509C9'

red 213 ◦ green 9 ◦ blue 201

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

Shades of Deep Magenta #D509C9

Tints of Deep Magenta #D509C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.52%

R = 50.35%
G = 2.13%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D509C9 (or 0xD509C9) is known color: Deep Magenta. HEX triplet: D5, 09 and C9. RGB value is (213,9,201). Sum of RGB (Red+Green+Blue) = 213+9+201=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D509C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509C9 is #2AF636. Grayscale: #5B5B5B. Windows color (decimal): -2815543 or 13175253. OLE color: 13175253.

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

Color convert

RGB 213 9 201 -
CMYK 0 0.96 0.06 0.16
HSL 303.53º 0.92% 0.44% -
HSV(B) 303.53º 0.96% 0.84% -
XYZ 38.08 18.56 56.83 -
YUV 91.88 189.59 214.39 -
System Red Green Blue C M Y K H S L
Decimal 213 9 201 0 0.96 0.06 0.16 303.53 0.92 0.44
Hex D5 9 C9 0 60 6 10 130 5C 2C
Octal 325 11 311 0 140 6 20 460 134 54
Binary 11010101 1001 11001001 0 1100000 110 10000 100110000 1011100 101100

Color Harmonies of #D509C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509C9

Black with #D509C9

Text Example


Text Example

White with #D509C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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