Shades of Deep Blush #DC698A
Tints of Deep Blush #DC698A
RGB
CMYK
RGB Variations
Color information
#DC698A (or 0xDC698A) is known color: Deep Blush. HEX triplet: DC, 69 and 8A. RGB value is (220,105,138). Sum of RGB (Red+Green+Blue) = 220+105+138=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC698A is #239675. Grayscale: #8F8F8F. Windows color (decimal): -2332278 or 9071068. OLE color: 9071068.
HSL color Cylindrical-coordinate representation of color #DC698A: hue angle of 342.78º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC698A is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 138 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.14 |
| HSL | 342.78º | 0.62% | 0.64% | - |
| HSV(B) | 342.78º | 0.52% | 0.86% | - |
| XYZ | 39.15 | 27.15 | 27.22 | - |
| YUV | 143.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 138 | 0 | 0.52 | 0.37 | 0.14 | 342.78 | 0.62 | 0.64 |
| Hex | DC | 69 | 8A | 0 | 34 | 25 | E | 157 | 3E | 40 |
| Octal | 334 | 151 | 212 | 0 | 64 | 45 | 16 | 527 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10001010 | 0 | 110100 | 100101 | 1110 | 101010111 | 111110 | 1000000 |
Color Harmonies of #DC698A
Complementary color
Monochromatic Colors of #DC698A
Black with #DC698A
Text Example
Text Example
White with #DC698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC698A; }
p { color: rgb(220,105,138); }
H1.HeaderClassName
{
color: #DC698A;
}
.AnyTagClassName
{
color: #DC698A;
}
</style>
background-color css
<style>
a { background-color: #DC698A; }
a { background-color: rgb(220,105,138); }
div.DivClassName
{
background-color: #DC698A;
}
.BgClassName
{
background-color: #DC698A;
}
</style>
border-color css
<style>
span { border-color: #DC698A; }
span { border-color: rgb(220,105,138); }
td.TdClassName
{
border-color: #DC698A;
}
.TagClassName
{
border-color: #DC698A;
}
</style>