#DA807B

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

Shades of Sea Pink #DA807B

Tints of Sea Pink #DA807B

Color information

#DA807B (or 0xDA807B) is unknown color: approx Sea Pink. HEX triplet: DA, 80 and 7B. RGB value is (218,128,123). Sum of RGB (Red+Green+Blue) = 218+128+123=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA807B is #257F84. Grayscale: #9A9A9A. Windows color (decimal): -2457477 or 8093914. OLE color: 8093914.

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

Color convert

RGB218128123-
CMYK00.410.440.15
HSL3.16º56.21%66.86%-
HSV(B)3.16º43.58%85.49%-
XYZ40.2131.7722.75-
YUV154.34110.32173.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.48%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 123 (48.44% from 255) = 26.23%
R=46.48%
G=27.29%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812812300.410.440.153.1656.2166.86
HexDA807B0292CF33843
Octal3322001730515417370103
Binary1101101010000000111101101010011011001111111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA807B; }

 p { color: rgb(218,128,123); }

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

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

 a { background-color: rgb(218,128,123); }

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

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

 span { border-color: rgb(218,128,123); }

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