Shades of Deep Blush #D66385
Tints of Deep Blush #D66385
RGB
CMYK
RGB Variations
Color information
#D66385 (or 0xD66385) is known color: Deep Blush. HEX triplet: D6, 63 and 85. RGB value is (214,99,133). Sum of RGB (Red+Green+Blue) = 214+99+133=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D66385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66385 is #299C7A. Grayscale: #898989. Windows color (decimal): -2727035 or 8741846. OLE color: 8741846.
HSL color Cylindrical-coordinate representation of color #D66385: hue angle of 342.26º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66385 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 133 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.16 |
| HSL | 342.26º | 0.58% | 0.61% | - |
| HSV(B) | 342.26º | 0.54% | 0.84% | - |
| XYZ | 36.43 | 24.91 | 25.08 | - |
| YUV | 137.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 133 | 0 | 0.54 | 0.38 | 0.16 | 342.26 | 0.58 | 0.61 |
| Hex | D6 | 63 | 85 | 0 | 36 | 26 | 10 | 156 | 3A | 3D |
| Octal | 326 | 143 | 205 | 0 | 66 | 46 | 20 | 526 | 72 | 75 |
| Binary | 11010110 | 1100011 | 10000101 | 0 | 110110 | 100110 | 10000 | 101010110 | 111010 | 111101 |
Color Harmonies of #D66385
Complementary color
Monochromatic Colors of #D66385
Black with #D66385
Text Example
Text Example
White with #D66385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66385; }
p { color: rgb(214,99,133); }
H1.HeaderClassName
{
color: #D66385;
}
.AnyTagClassName
{
color: #D66385;
}
</style>
background-color css
<style>
a { background-color: #D66385; }
a { background-color: rgb(214,99,133); }
div.DivClassName
{
background-color: #D66385;
}
.BgClassName
{
background-color: #D66385;
}
</style>
border-color css
<style>
span { border-color: #D66385; }
span { border-color: rgb(214,99,133); }
td.TdClassName
{
border-color: #D66385;
}
.TagClassName
{
border-color: #D66385;
}
</style>