Html Css Color HEX #D508C9 Deep Magenta

📋 copy color: '#D508C9'

red 213 ◦ green 8 ◦ blue 201

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

Shades of Deep Magenta #D508C9

Tints of Deep Magenta #D508C9

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.9%

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

R = 50.47%
G = 1.9%
B = 47.63%

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

#D508C9 (or 0xD508C9) is known color: Deep Magenta. HEX triplet: D5, 08 and C9. RGB value is (213,8,201). Sum of RGB (Red+Green+Blue) = 213+8+201=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D508C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D508C9 is #2AF736. Grayscale: #5A5A5A. Windows color (decimal): -2815799 or 13174997. OLE color: 13174997.

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

Color convert

RGB 213 8 201 -
CMYK 0 0.96 0.06 0.16
HSL 303.51º 0.93% 0.43% -
HSV(B) 303.51º 0.96% 0.84% -
XYZ 38.07 18.54 56.83 -
YUV 91.3 189.92 214.81 -
System Red Green Blue C M Y K H S L
Decimal 213 8 201 0 0.96 0.06 0.16 303.51 0.93 0.43
Hex D5 8 C9 0 60 6 10 130 5D 2B
Octal 325 10 311 0 140 6 20 460 135 53
Binary 11010101 1000 11001001 0 1100000 110 10000 100110000 1011101 101011

Color Harmonies of #D508C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D508C9

Black with #D508C9

Text Example


Text Example

White with #D508C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D508C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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