#DB817D

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

Shades of Sea Pink #DB817D

Tints of Sea Pink #DB817D

Color information

#DB817D (or 0xDB817D) is unknown color: approx Sea Pink. HEX triplet: DB, 81 and 7D. RGB value is (219,129,125). Sum of RGB (Red+Green+Blue) = 219+129+125=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB817D is #247E82. Grayscale: #9B9B9B. Windows color (decimal): -2391683 or 8225243. OLE color: 8225243.

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

Color convert

RGB219129125-
CMYK00.410.430.14
HSL2.55º56.63%67.45%-
HSV(B)2.55º42.92%85.88%-
XYZ40.7732.2423.48-
YUV155.45110.82173.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.30%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 125 (49.22% from 255) = 26.43%
R=46.30%
G=27.27%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912912500.410.430.142.5556.6367.45
HexDB817D0292BE33943
Octal3332011750515316371103
Binary1101101110000001111110101010011010111110111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB817D; }

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

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

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

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

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

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

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

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