Html Css Color HEX #D502DB Deep Magenta

📋 copy color: '#D502DB'

red 213 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #D502DB

Tints of Deep Magenta #D502DB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

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

R = 49.08%
G = 0.46%
B = 50.46%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D502DB (or 0xD502DB) is known color: Deep Magenta. HEX triplet: D5, 02 and DB. RGB value is (213,2,219). Sum of RGB (Red+Green+Blue) = 213+2+219=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #D502DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502DB is #2AFD24. Grayscale: #595959. Windows color (decimal): -2817317 or 14353109. OLE color: 14353109.

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

Color convert

RGB 213 2 219 -
CMYK 0.03 0.99 0 0.14
HSL 298.34º 0.98% 0.43% -
HSV(B) 298.34º 0.99% 0.86% -
XYZ 40.25 19.3 68.62 -
YUV 89.83 200.9 215.86 -
System Red Green Blue C M Y K H S L
Decimal 213 2 219 0.03 0.99 0 0.14 298.34 0.98 0.43
Hex D5 2 DB 3 63 0 E 12A 62 2B
Octal 325 2 333 3 143 0 16 452 142 53
Binary 11010101 10 11011011 11 1100011 0 1110 100101010 1100010 101011

Color Harmonies of #D502DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502DB

Black with #D502DB

Text Example


Text Example

White with #D502DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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