Html Css Color HEX #DB807F Sea Pink

📋 copy color: '#DB807F'

red 219 ◦ green 128 ◦ blue 127

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

Shades of Sea Pink #DB807F

Tints of Sea Pink #DB807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27%

 BLUE value IS 127 (50% from 255) = 26.79%

R = 46.2%
G = 27%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB807F (or 0xDB807F) is known color: Sea Pink. HEX triplet: DB, 80 and 7F. RGB value is (219,128,127). Sum of RGB (Red+Green+Blue) = 219+128+127=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB807F is #247F80. Grayscale: #9B9B9B. Windows color (decimal): -2391937 or 8356059. OLE color: 8356059.

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

Color convert

RGB 219 128 127 -
CMYK 0 0.42 0.42 0.14
HSL 0.65º 0.56% 0.68% -
HSV(B) 0.65º 0.42% 0.86% -
XYZ 40.76 32.03 24.11 -
YUV 155.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 219 128 127 0 0.42 0.42 0.14 0.65 0.56 0.68
Hex DB 80 7F 0 2A 2A E 1 38 44
Octal 333 200 177 0 52 52 16 1 70 104
Binary 11011011 10000000 1111111 0 101010 101010 1110 1 111000 1000100

Color Harmonies of #DB807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB807F

Black with #DB807F

Text Example


Text Example

White with #DB807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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