#DD7B7B

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

Shades of Sea Pink #DD7B7B

Tints of Sea Pink #DD7B7B

Color information

#DD7B7B (or 0xDD7B7B) is unknown color: approx Sea Pink. HEX triplet: DD, 7B and 7B. RGB value is (221,123,123). Sum of RGB (Red+Green+Blue) = 221+123+123=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B7B is #228484. Grayscale: #989898. Windows color (decimal): -2262149 or 8092637. OLE color: 8092637.

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

Color convert

RGB221123123-
CMYK00.440.440.13
HSL59.04%67.45%-
HSV(B)44.34%86.67%-
XYZ40.4830.9722.58-
YUV152.3111.47177-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 123 (48.44% from 255) = 26.34%
R=47.32%
G=26.34%
B=26.34%

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
Decimal22112312300.440.440.13059.0467.45
HexDD7B7B02C2CD03b43
Octal3351731730545415073103
Binary11011101111101111110110101100101100110101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7B7B; }

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

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

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

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

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

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

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

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