Html Css Color HEX #D509C8 Deep Magenta

📋 copy color: '#D509C8'

red 213 ◦ green 9 ◦ blue 200

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

Shades of Deep Magenta #D509C8

Tints of Deep Magenta #D509C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.39%

R = 50.47%
G = 2.13%
B = 47.39%

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

#D509C8 (or 0xD509C8) is known color: Deep Magenta. HEX triplet: D5, 09 and C8. RGB value is (213,9,200). Sum of RGB (Red+Green+Blue) = 213+9+200=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D509C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509C8 is #2AF637. Grayscale: #5B5B5B. Windows color (decimal): -2815544 or 13109717. OLE color: 13109717.

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

Color convert

RGB 213 9 200 -
CMYK 0 0.96 0.06 0.16
HSL 303.82º 0.92% 0.44% -
HSV(B) 303.82º 0.96% 0.84% -
XYZ 37.96 18.51 56.22 -
YUV 91.77 189.09 214.47 -
System Red Green Blue C M Y K H S L
Decimal 213 9 200 0 0.96 0.06 0.16 303.82 0.92 0.44
Hex D5 9 C8 0 60 6 10 130 5C 2C
Octal 325 11 310 0 140 6 20 460 134 54
Binary 11010101 1001 11001000 0 1100000 110 10000 100110000 1011100 101100

Color Harmonies of #D509C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509C8

Black with #D509C8

Text Example


Text Example

White with #D509C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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