Html Css Color HEX #D505DB Deep Magenta

📋 copy color: '#D505DB'

red 213 ◦ green 5 ◦ blue 219

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

Shades of Deep Magenta #D505DB

Tints of Deep Magenta #D505DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.14%

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

R = 48.74%
G = 1.14%
B = 50.11%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D505DB (or 0xD505DB) is known color: Deep Magenta. HEX triplet: D5, 05 and DB. RGB value is (213,5,219). Sum of RGB (Red+Green+Blue) = 213+5+219=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 5 (2.34% from 255 or 1.14% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #D505DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D505DB is #2AFA24. Grayscale: #5A5A5A. Windows color (decimal): -2816549 or 14353877. OLE color: 14353877.

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

Color convert

RGB 213 5 219 -
CMYK 0.03 0.98 0 0.14
HSL 298.32º 0.96% 0.44% -
HSV(B) 298.32º 0.98% 0.86% -
XYZ 40.28 19.37 68.63 -
YUV 91.59 199.91 214.6 -
System Red Green Blue C M Y K H S L
Decimal 213 5 219 0.03 0.98 0 0.14 298.32 0.96 0.44
Hex D5 5 DB 3 62 0 E 12A 60 2C
Octal 325 5 333 3 142 0 16 452 140 54
Binary 11010101 101 11011011 11 1100010 0 1110 100101010 1100000 101100

Color Harmonies of #D505DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D505DB

Black with #D505DB

Text Example


Text Example

White with #D505DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D505DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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