Html Css Color HEX #D508DD Deep Magenta

📋 copy color: '#D508DD'

red 213 ◦ green 8 ◦ blue 221

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

Shades of Deep Magenta #D508DD

Tints of Deep Magenta #D508DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 48.19%
G = 1.81%
B = 50%

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

#D508DD (or 0xD508DD) is known color: Deep Magenta. HEX triplet: D5, 08 and DD. RGB value is (213,8,221). Sum of RGB (Red+Green+Blue) = 213+8+221=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #D508DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D508DD is #2AF722. Grayscale: #5C5C5C. Windows color (decimal): -2815779 or 14485717. OLE color: 14485717.

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

Color convert

RGB 213 8 221 -
CMYK 0.04 0.96 0 0.13
HSL 297.75º 0.93% 0.45% -
HSV(B) 297.75º 0.96% 0.87% -
XYZ 40.58 19.54 70.04 -
YUV 93.58 199.92 213.18 -
System Red Green Blue C M Y K H S L
Decimal 213 8 221 0.04 0.96 0 0.13 297.75 0.93 0.45
Hex D5 8 DD 4 60 0 D 12A 5D 2D
Octal 325 10 335 4 140 0 15 452 135 55
Binary 11010101 1000 11011101 100 1100000 0 1101 100101010 1011101 101101

Color Harmonies of #D508DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D508DD

Black with #D508DD

Text Example


Text Example

White with #D508DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D508DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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