Html Css Color HEX #D508C7 Deep Magenta

📋 copy color: '#D508C7'

red 213 ◦ green 8 ◦ blue 199

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

Shades of Deep Magenta #D508C7

Tints of Deep Magenta #D508C7

RGB

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

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

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

R = 50.71%
G = 1.9%
B = 47.38%

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

#D508C7 (or 0xD508C7) is known color: Deep Magenta. HEX triplet: D5, 08 and C7. RGB value is (213,8,199). Sum of RGB (Red+Green+Blue) = 213+8+199=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D508C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D508C7 is #2AF738. Grayscale: #5A5A5A. Windows color (decimal): -2815801 or 13043925. OLE color: 13043925.

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

Color convert

RGB 213 8 199 -
CMYK 0 0.96 0.07 0.16
HSL 304.1º 0.93% 0.43% -
HSV(B) 304.1º 0.96% 0.84% -
XYZ 37.84 18.44 55.6 -
YUV 91.07 188.92 214.97 -
System Red Green Blue C M Y K H S L
Decimal 213 8 199 0 0.96 0.07 0.16 304.1 0.93 0.43
Hex D5 8 C7 0 60 7 10 130 5D 2B
Octal 325 10 307 0 140 7 20 460 135 53
Binary 11010101 1000 11000111 0 1100000 111 10000 100110000 1011101 101011

Color Harmonies of #D508C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D508C7

Black with #D508C7

Text Example


Text Example

White with #D508C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D508C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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