#DD7F7E

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

Shades of Sea Pink #DD7F7E

Tints of Sea Pink #DD7F7E

Color information

#DD7F7E (or 0xDD7F7E) is unknown color: approx Sea Pink. HEX triplet: DD, 7F and 7E. RGB value is (221,127,126). Sum of RGB (Red+Green+Blue) = 221+127+126=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F7E is #228081. Grayscale: #9B9B9B. Windows color (decimal): -2261122 or 8290269. OLE color: 8290269.

HSL color Cylindrical-coordinate representation of color #DD7F7E: hue angle of 0.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7F7E is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221127126-
CMYK00.430.430.13
HSL0.63º58.28%68.04%-
HSV(B)0.63º42.99%86.67%-
XYZ41.1732.0623.76-
YUV154.99111.64175.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=46.62%
G=26.79%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112712600.430.430.130.6358.2868.04
HexDD7F7E02B2BD13a44
Octal3351771760535315172104
Binary11011101111111111111100101011101011110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7F7E; }

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

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

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

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

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

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

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

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