#DD7C7B

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

Shades of Sea Pink #DD7C7B

Tints of Sea Pink #DD7C7B

Color information

#DD7C7B (or 0xDD7C7B) is unknown color: approx Sea Pink. HEX triplet: DD, 7C and 7B. RGB value is (221,124,123). Sum of RGB (Red+Green+Blue) = 221+124+123=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C7B is #228384. Grayscale: #989898. Windows color (decimal): -2261893 or 8092893. OLE color: 8092893.

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

Color convert

RGB221124123-
CMYK00.440.440.13
HSL0.61º59.04%67.45%-
HSV(B)0.61º44.34%86.67%-
XYZ40.631.2222.62-
YUV152.89111.14176.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.22%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 123 (48.44% from 255) = 26.28%
R=47.22%
G=26.50%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112412300.440.440.130.6159.0467.45
HexDD7C7B02C2CD13b43
Octal3351741730545415173103
Binary11011101111110011110110101100101100110111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C7B; }

 p { color: rgb(221,124,123); }

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

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

 a { background-color: rgb(221,124,123); }

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

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

 span { border-color: rgb(221,124,123); }

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