Html Css Color HEX #DB508D Dark Pink

📋 copy color: '#DB508D'

red 219 ◦ green 80 ◦ blue 141

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

Shades of Dark Pink #DB508D

Tints of Dark Pink #DB508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.18%

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 49.77%
G = 18.18%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB508D (or 0xDB508D) is known color: Dark Pink. HEX triplet: DB, 50 and 8D. RGB value is (219,80,141). Sum of RGB (Red+Green+Blue) = 219+80+141=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB508D is #24AF72. Grayscale: #808080. Windows color (decimal): -2404211 or 9261275. OLE color: 9261275.

HSL color Cylindrical-coordinate representation of color #DB508D: hue angle of 333.67º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB508D is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 80 141 -
CMYK 0 0.63 0.36 0.14
HSL 333.67º 0.66% 0.59% -
HSV(B) 333.67º 0.63% 0.86% -
XYZ 36.89 22.72 27.64 -
YUV 128.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 219 80 141 0 0.63 0.36 0.14 333.67 0.66 0.59
Hex DB 50 8D 0 3F 24 E 14E 42 3B
Octal 333 120 215 0 77 44 16 516 102 73
Binary 11011011 1010000 10001101 0 111111 100100 1110 101001110 1000010 111011

Color Harmonies of #DB508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB508D

Black with #DB508D

Text Example


Text Example

White with #DB508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB508D; }

 p { color: rgb(219,80,141); }

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

background-color css

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

 a { background-color: rgb(219,80,141); }

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

border-color css

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

 span { border-color: rgb(219,80,141); }

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