Shades of Sea Pink #DD7D7D
Tints of Sea Pink #DD7D7D
RGB
CMYK
RGB Variations
Color information
#DD7D7D (or 0xDD7D7D) is known color: Sea Pink. HEX triplet: DD, 7D and 7D. RGB value is (221,125,125). Sum of RGB (Red+Green+Blue) = 221+125+125=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D7D is #228282. Grayscale: #999999. Windows color (decimal): -2261635 or 8224221. OLE color: 8224221.
HSL color Cylindrical-coordinate representation of color #DD7D7D: hue angle of 0º degrees, saturation: 0.59, 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 #DD7D7D is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 125 | 125 | - |
CMYK | 0 | 0.43 | 0.43 | 0.13 |
HSL | 0º | 0.59% | 0.68% | - |
HSV(B) | 0º | 0.43% | 0.87% | - |
XYZ | 40.85 | 31.52 | 23.33 | - |
YUV | 153.7 | 111.8 | 176 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 125 | 125 | 0 | 0.43 | 0.43 | 0.13 | 0 | 0.59 | 0.68 |
Hex | DD | 7D | 7D | 0 | 2B | 2B | D | 0 | 3B | 44 |
Octal | 335 | 175 | 175 | 0 | 53 | 53 | 15 | 0 | 73 | 104 |
Binary | 11011101 | 1111101 | 1111101 | 0 | 101011 | 101011 | 1101 | 0 | 111011 | 1000100 |
Color Harmonies of #DD7D7D
Complementary color
Monochromatic Colors of #DD7D7D
Black with #DD7D7D
Text Example
Text Example
White with #DD7D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D7D; }
p { color: rgb(221,125,125); }
H1.HeaderClassName
{
color: #DD7D7D;
}
.AnyTagClassName
{
color: #DD7D7D;
}
</style>
background-color css
<style>
a { background-color: #DD7D7D; }
a { background-color: rgb(221,125,125); }
div.DivClassName
{
background-color: #DD7D7D;
}
.BgClassName
{
background-color: #DD7D7D;
}
</style>
border-color css
<style>
span { border-color: #DD7D7D; }
span { border-color: rgb(221,125,125); }
td.TdClassName
{
border-color: #DD7D7D;
}
.TagClassName
{
border-color: #DD7D7D;
}
</style>