#DA807F

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

Shades of Sea Pink #DA807F

Tints of Sea Pink #DA807F

Color information

#DA807F (or 0xDA807F) is unknown color: approx Sea Pink. HEX triplet: DA, 80 and 7F. RGB value is (218,128,127). Sum of RGB (Red+Green+Blue) = 218+128+127=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA807F is #257F80. Grayscale: #9A9A9A. Windows color (decimal): -2457473 or 8356058. OLE color: 8356058.

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

Color convert

RGB218128127-
CMYK00.410.420.15
HSL0.66º55.15%67.65%-
HSV(B)0.66º41.74%85.49%-
XYZ40.4631.8824.1-
YUV154.8112.32173.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 127 (50% from 255) = 26.85%
R=46.09%
G=27.06%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812812700.410.420.150.6655.1567.65
HexDA807F0292AF13744
Octal3322001770515217167104
Binary110110101000000011111110101001101010111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA807F; }

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

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

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

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

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

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

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

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