#DA817E

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

Shades of Sea Pink #DA817E

Tints of Sea Pink #DA817E

Color information

#DA817E (or 0xDA817E) is unknown color: approx Sea Pink. HEX triplet: DA, 81 and 7E. RGB value is (218,129,126). Sum of RGB (Red+Green+Blue) = 218+129+126=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA817E is #257E81. Grayscale: #9B9B9B. Windows color (decimal): -2457218 or 8290778. OLE color: 8290778.

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

Color convert

RGB218129126-
CMYK00.410.420.15
HSL1.96º55.42%67.45%-
HSV(B)1.96º42.2%85.49%-
XYZ40.5332.1123.8-
YUV155.27111.49172.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=46.09%
G=27.27%
B=26.64%

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
Decimal21812912600.410.420.151.9655.4267.45
HexDA817E0292AF23743
Octal3322011760515217267103
Binary1101101010000001111111001010011010101111101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA817E; }

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

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

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

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

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

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

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

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