Html Css Color HEX #D508DB Deep Magenta

📋 copy color: '#D508DB'

red 213 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #D508DB

Tints of Deep Magenta #D508DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 48.41%
G = 1.82%
B = 49.77%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D508DB (or 0xD508DB) is known color: Deep Magenta. HEX triplet: D5, 08 and DB. RGB value is (213,8,219). Sum of RGB (Red+Green+Blue) = 213+8+219=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 8 (3.52% from 255 or 1.82% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #D508DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D508DB is #2AF724. Grayscale: #5C5C5C. Windows color (decimal): -2815781 or 14354645. OLE color: 14354645.

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

Color convert

RGB 213 8 219 -
CMYK 0.03 0.96 0 0.14
HSL 298.29º 0.93% 0.45% -
HSV(B) 298.29º 0.96% 0.86% -
XYZ 40.31 19.43 68.64 -
YUV 93.35 198.92 213.34 -
System Red Green Blue C M Y K H S L
Decimal 213 8 219 0.03 0.96 0 0.14 298.29 0.93 0.45
Hex D5 8 DB 3 60 0 E 12A 5D 2D
Octal 325 10 333 3 140 0 16 452 135 55
Binary 11010101 1000 11011011 11 1100000 0 1110 100101010 1011101 101101

Color Harmonies of #D508DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D508DB

Black with #D508DB

Text Example


Text Example

White with #D508DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D508DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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