Shades of Sea Pink #D68585
Tints of Sea Pink #D68585
RGB
CMYK
RGB Variations
Color information
#D68585 (or 0xD68585) is known color: Sea Pink. HEX triplet: D6, 85 and 85. RGB value is (214,133,133). Sum of RGB (Red+Green+Blue) = 214+133+133=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D68585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68585 is #297A7A. Grayscale: #9D9D9D. Windows color (decimal): -2718331 or 8750550. OLE color: 8750550.
HSL color Cylindrical-coordinate representation of color #D68585: hue angle of 0º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68585 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 133 | 133 | - |
CMYK | 0 | 0.38 | 0.38 | 0.16 |
HSL | 0º | 0.5% | 0.68% | - |
HSV(B) | 0º | 0.38% | 0.84% | - |
XYZ | 40.35 | 32.76 | 26.39 | - |
YUV | 157.22 | 114.34 | 168.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 133 | 133 | 0 | 0.38 | 0.38 | 0.16 | 0 | 0.5 | 0.68 |
Hex | D6 | 85 | 85 | 0 | 26 | 26 | 10 | 0 | 32 | 44 |
Octal | 326 | 205 | 205 | 0 | 46 | 46 | 20 | 0 | 62 | 104 |
Binary | 11010110 | 10000101 | 10000101 | 0 | 100110 | 100110 | 10000 | 0 | 110010 | 1000100 |
Color Harmonies of #D68585
Complementary color
Monochromatic Colors of #D68585
Black with #D68585
Text Example
Text Example
White with #D68585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68585; }
p { color: rgb(214,133,133); }
H1.HeaderClassName
{
color: #D68585;
}
.AnyTagClassName
{
color: #D68585;
}
</style>
background-color css
<style>
a { background-color: #D68585; }
a { background-color: rgb(214,133,133); }
div.DivClassName
{
background-color: #D68585;
}
.BgClassName
{
background-color: #D68585;
}
</style>
border-color css
<style>
span { border-color: #D68585; }
span { border-color: rgb(214,133,133); }
td.TdClassName
{
border-color: #D68585;
}
.TagClassName
{
border-color: #D68585;
}
</style>