#DB7F7F

Color #DB7F7F Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #DB7F7F

Tints of Sea Pink #DB7F7F

Color information

#DB7F7F (or 0xDB7F7F) is unknown color: approx Sea Pink. HEX triplet: DB, 7F and 7F. RGB value is (219,127,127). Sum of RGB (Red+Green+Blue) = 219+127+127=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F7F is #248080. Grayscale: #9A9A9A. Windows color (decimal): -2392193 or 8355803. OLE color: 8355803.

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

Color convert

RGB219127127-
CMYK00.420.420.14
HSL56.1%67.84%-
HSV(B)42.01%85.88%-
XYZ40.6331.7724.07-
YUV154.51112.48174-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.30%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 127 (50% from 255) = 26.85%
R=46.30%
G=26.85%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912712700.420.420.14056.167.84
HexDB7F7F02A2AE03844
Octal3331771770525216070104
Binary11011011111111111111110101010101010111001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7F7F; }

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

 H1.HeaderClassName
 {
   color: #DB7F7F;
 }
 .AnyTagClassName
 {
   color: #DB7F7F;
 }
</style>
background-color css

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

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

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

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

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

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