Html Css Color HEX #D508DF Deep Magenta

📋 copy color: '#D508DF'

red 213 ◦ green 8 ◦ blue 223

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

Shades of Deep Magenta #D508DF

Tints of Deep Magenta #D508DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 47.97%
G = 1.8%
B = 50.23%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D508DF (or 0xD508DF) is known color: Deep Magenta. HEX triplet: D5, 08 and DF. RGB value is (213,8,223). Sum of RGB (Red+Green+Blue) = 213+8+223=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #D508DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D508DF is #2AF720. Grayscale: #5D5D5D. Windows color (decimal): -2815777 or 14616789. OLE color: 14616789.

HSL color Cylindrical-coordinate representation of color #D508DF: hue angle of 297.21º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D508DF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 8 223 -
CMYK 0.04 0.96 0 0.13
HSL 297.21º 0.93% 0.45% -
HSV(B) 297.21º 0.96% 0.87% -
XYZ 40.85 19.65 71.45 -
YUV 93.81 200.92 213.02 -
System Red Green Blue C M Y K H S L
Decimal 213 8 223 0.04 0.96 0 0.13 297.21 0.93 0.45
Hex D5 8 DF 4 60 0 D 129 5D 2D
Octal 325 10 337 4 140 0 15 451 135 55
Binary 11010101 1000 11011111 100 1100000 0 1101 100101001 1011101 101101

Color Harmonies of #D508DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D508DF

Black with #D508DF

Text Example


Text Example

White with #D508DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D508DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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