#DB817E

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

Shades of Sea Pink #DB817E

Tints of Sea Pink #DB817E

Color information

#DB817E (or 0xDB817E) is unknown color: approx Sea Pink. HEX triplet: DB, 81 and 7E. RGB value is (219,129,126). Sum of RGB (Red+Green+Blue) = 219+129+126=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB817E is #247E81. Grayscale: #9B9B9B. Windows color (decimal): -2391682 or 8290779. OLE color: 8290779.

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

Color convert

RGB219129126-
CMYK00.410.420.14
HSL1.94º56.36%67.65%-
HSV(B)1.94º42.47%85.88%-
XYZ40.8332.2723.81-
YUV155.57111.32173.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=46.20%
G=27.22%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912912600.410.420.141.9456.3667.65
HexDB817E0292AE23844
Octal3332011760515216270104
Binary1101101110000001111111001010011010101110101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB817E; }

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

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

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

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

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

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

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

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