#DA7F7E

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

Shades of Sea Pink #DA7F7E

Tints of Sea Pink #DA7F7E

Color information

#DA7F7E (or 0xDA7F7E) is unknown color: approx Sea Pink. HEX triplet: DA, 7F and 7E. RGB value is (218,127,126). Sum of RGB (Red+Green+Blue) = 218+127+126=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F7E is #258081. Grayscale: #9A9A9A. Windows color (decimal): -2457730 or 8290266. OLE color: 8290266.

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

Color convert

RGB218127126-
CMYK00.420.420.15
HSL0.65º55.42%67.45%-
HSV(B)0.65º42.2%85.49%-
XYZ40.2731.5923.71-
YUV154.1112.15173.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.28%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 126 (49.61% from 255) = 26.75%
R=46.28%
G=26.96%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812712600.420.420.150.6555.4267.45
HexDA7F7E02A2AF13743
Octal3321771760525217167103
Binary11011010111111111111100101010101010111111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7F7E; }

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

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

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

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

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

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

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

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