#DA7F7A

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

Shades of Sea Pink #DA7F7A

Tints of Sea Pink #DA7F7A

Color information

#DA7F7A (or 0xDA7F7A) is unknown color: approx Sea Pink. HEX triplet: DA, 7F and 7A. RGB value is (218,127,122). Sum of RGB (Red+Green+Blue) = 218+127+122=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F7A is #258085. Grayscale: #999999. Windows color (decimal): -2457734 or 8028122. OLE color: 8028122.

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

Color convert

RGB218127122-
CMYK00.420.440.15
HSL3.12º56.47%66.67%-
HSV(B)3.12º44.04%85.49%-
XYZ40.0231.4922.38-
YUV153.64110.15173.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.68%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 122 (48.05% from 255) = 26.12%
R=46.68%
G=27.19%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812712200.420.440.153.1256.4766.67
HexDA7F7A02A2CF33843
Octal3321771720525417370103
Binary110110101111111111101001010101011001111111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7F7A; }

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

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

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

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

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

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

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

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