Html Css Color HEX #DB6080 Dark Pink

📋 copy color: '#DB6080'

red 219 ◦ green 96 ◦ blue 128

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

Shades of Dark Pink #DB6080

Tints of Dark Pink #DB6080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.67%

 BLUE value IS 128 (50.39% from 255) = 28.89%

R = 49.44%
G = 21.67%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB6080 (or 0xDB6080) is known color: Dark Pink. HEX triplet: DB, 60 and 80. RGB value is (219,96,128). Sum of RGB (Red+Green+Blue) = 219+96+128=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6080 is #249F7F. Grayscale: #888888. Windows color (decimal): -2400128 or 8413403. OLE color: 8413403.

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

Color convert

RGB 219 96 128 -
CMYK 0 0.56 0.42 0.14
HSL 344.39º 0.63% 0.62% -
HSV(B) 344.39º 0.56% 0.86% -
XYZ 37.29 24.98 23.28 -
YUV 136.43 123.25 186.9 -
System Red Green Blue C M Y K H S L
Decimal 219 96 128 0 0.56 0.42 0.14 344.39 0.63 0.62
Hex DB 60 80 0 38 2A E 158 3F 3E
Octal 333 140 200 0 70 52 16 530 77 76
Binary 11011011 1100000 10000000 0 111000 101010 1110 101011000 111111 111110

Color Harmonies of #DB6080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6080

Black with #DB6080

Text Example


Text Example

White with #DB6080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6080; }

 p { color: rgb(219,96,128); }

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

background-color css

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

 a { background-color: rgb(219,96,128); }

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

border-color css

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

 span { border-color: rgb(219,96,128); }

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