#DB7D7C

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

Shades of Sea Pink #DB7D7C

Tints of Sea Pink #DB7D7C

Color information

#DB7D7C (or 0xDB7D7C) is unknown color: approx Sea Pink. HEX triplet: DB, 7D and 7C. RGB value is (219,125,124). Sum of RGB (Red+Green+Blue) = 219+125+124=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D7C is #248283. Grayscale: #999999. Windows color (decimal): -2392708 or 8158683. OLE color: 8158683.

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

Color convert

RGB219125124-
CMYK00.430.430.14
HSL0.63º56.89%67.25%-
HSV(B)0.63º43.38%85.88%-
XYZ40.1931.1822.97-
YUV152.99111.64175.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.79%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 124 (48.83% from 255) = 26.50%
R=46.79%
G=26.71%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912512400.430.430.140.6356.8967.25
HexDB7D7C02B2BE13943
Octal3331751740535316171103
Binary11011011111110111111000101011101011111011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7D7C; }

 p { color: rgb(219,125,124); }

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

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

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

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

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

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

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