Html Css Color HEX #DB8280 Sea Pink

📋 copy color: '#DB8280'

red 219 ◦ green 130 ◦ blue 128

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

Shades of Sea Pink #DB8280

Tints of Sea Pink #DB8280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.25%

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

R = 45.91%
G = 27.25%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB8280 (or 0xDB8280) is known color: Sea Pink. HEX triplet: DB, 82 and 80. RGB value is (219,130,128). Sum of RGB (Red+Green+Blue) = 219+130+128=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8280 is #247D7F. Grayscale: #9C9C9C. Windows color (decimal): -2391424 or 8422107. OLE color: 8422107.

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

Color convert

RGB 219 130 128 -
CMYK 0 0.41 0.42 0.14
HSL 1.32º 0.56% 0.68% -
HSV(B) 1.32º 0.42% 0.86% -
XYZ 41.09 32.58 24.55 -
YUV 156.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 219 130 128 0 0.41 0.42 0.14 1.32 0.56 0.68
Hex DB 82 80 0 29 2A E 1 38 44
Octal 333 202 200 0 51 52 16 1 70 104
Binary 11011011 10000010 10000000 0 101001 101010 1110 1 111000 1000100

Color Harmonies of #DB8280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8280

Black with #DB8280

Text Example


Text Example

White with #DB8280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8280; }

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

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

background-color css

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

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

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

border-color css

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

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

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