Html Css Color HEX #D509C7 Deep Magenta

📋 copy color: '#D509C7'

red 213 ◦ green 9 ◦ blue 199

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

Shades of Deep Magenta #D509C7

Tints of Deep Magenta #D509C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 47.27%

R = 50.59%
G = 2.14%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D509C7 (or 0xD509C7) is known color: Deep Magenta. HEX triplet: D5, 09 and C7. RGB value is (213,9,199). Sum of RGB (Red+Green+Blue) = 213+9+199=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D509C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509C7 is #2AF638. Grayscale: #5B5B5B. Windows color (decimal): -2815545 or 13044181. OLE color: 13044181.

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

Color convert

RGB 213 9 199 -
CMYK 0 0.96 0.07 0.16
HSL 304.12º 0.92% 0.44% -
HSV(B) 304.12º 0.96% 0.84% -
XYZ 37.85 18.47 55.6 -
YUV 91.66 188.59 214.55 -
System Red Green Blue C M Y K H S L
Decimal 213 9 199 0 0.96 0.07 0.16 304.12 0.92 0.44
Hex D5 9 C7 0 60 7 10 130 5C 2C
Octal 325 11 307 0 140 7 20 460 134 54
Binary 11010101 1001 11000111 0 1100000 111 10000 100110000 1011100 101100

Color Harmonies of #D509C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509C7

Black with #D509C7

Text Example


Text Example

White with #D509C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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