Html Css Color HEX #DB508C Dark Pink

📋 copy color: '#DB508C'

red 219 ◦ green 80 ◦ blue 140

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

Shades of Dark Pink #DB508C

Tints of Dark Pink #DB508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.89%

R = 49.89%
G = 18.22%
B = 31.89%

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

#DB508C (or 0xDB508C) is known color: Dark Pink. HEX triplet: DB, 50 and 8C. RGB value is (219,80,140). Sum of RGB (Red+Green+Blue) = 219+80+140=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB508C is #24AF73. Grayscale: #808080. Windows color (decimal): -2404212 or 9195739. OLE color: 9195739.

HSL color Cylindrical-coordinate representation of color #DB508C: hue angle of 334.1º 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 #DB508C is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 80 140 -
CMYK 0 0.63 0.36 0.14
HSL 334.1º 0.66% 0.59% -
HSV(B) 334.1º 0.63% 0.86% -
XYZ 36.82 22.69 27.25 -
YUV 128.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 219 80 140 0 0.63 0.36 0.14 334.1 0.66 0.59
Hex DB 50 8C 0 3F 24 E 14E 42 3B
Octal 333 120 214 0 77 44 16 516 102 73
Binary 11011011 1010000 10001100 0 111111 100100 1110 101001110 1000010 111011

Color Harmonies of #DB508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB508C

Black with #DB508C

Text Example


Text Example

White with #DB508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB508C; }

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

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

background-color css

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

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

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

border-color css

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

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

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