#DB827B

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

Shades of Sea Pink #DB827B

Tints of Sea Pink #DB827B

Color information

#DB827B (or 0xDB827B) is unknown color: approx Sea Pink. HEX triplet: DB, 82 and 7B. RGB value is (219,130,123). Sum of RGB (Red+Green+Blue) = 219+130+123=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB827B is #247D84. Grayscale: #9B9B9B. Windows color (decimal): -2391429 or 8094427. OLE color: 8094427.

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

Color convert

RGB219130123-
CMYK00.410.440.14
HSL4.38º57.14%67.06%-
HSV(B)4.38º43.84%85.88%-
XYZ40.7732.4622.85-
YUV155.81109.49173.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.40%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 123 (48.44% from 255) = 26.06%
R=46.40%
G=27.54%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913012300.410.440.144.3857.1467.06
HexDB827B0292CE43943
Octal3332021730515416471103
Binary11011011100000101111011010100110110011101001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB827B; }

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

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

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

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

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

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

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

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