Shades of Rose #D69F90
Tints of Rose #D69F90
RGB
CMYK
RGB Variations
Color information
#D69F90 (or 0xD69F90) is known color: Rose. HEX triplet: D6, 9F and 90. RGB value is (214,159,144). Sum of RGB (Red+Green+Blue) = 214+159+144=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69F90 is #29606F. Grayscale: #ADADAD. Windows color (decimal): -2711664 or 9478102. OLE color: 9478102.
HSL color Cylindrical-coordinate representation of color #D69F90: hue angle of 12.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D69F90 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 159 | 144 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.16 |
| HSL | 12.86º | 0.46% | 0.7% | - |
| HSV(B) | 12.86º | 0.33% | 0.84% | - |
| XYZ | 45.16 | 41.11 | 31.94 | - |
| YUV | 173.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 144 | 0 | 0.26 | 0.33 | 0.16 | 12.86 | 0.46 | 0.7 |
| Hex | D6 | 9F | 90 | 0 | 1A | 21 | 10 | D | 2E | 46 |
| Octal | 326 | 237 | 220 | 0 | 32 | 41 | 20 | 15 | 56 | 106 |
| Binary | 11010110 | 10011111 | 10010000 | 0 | 11010 | 100001 | 10000 | 1101 | 101110 | 1000110 |
Color Harmonies of #D69F90
Complementary color
Monochromatic Colors of #D69F90
Black with #D69F90
Text Example
Text Example
White with #D69F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69F90; }
p { color: rgb(214,159,144); }
H1.HeaderClassName
{
color: #D69F90;
}
.AnyTagClassName
{
color: #D69F90;
}
</style>
background-color css
<style>
a { background-color: #D69F90; }
a { background-color: rgb(214,159,144); }
div.DivClassName
{
background-color: #D69F90;
}
.BgClassName
{
background-color: #D69F90;
}
</style>
border-color css
<style>
span { border-color: #D69F90; }
span { border-color: rgb(214,159,144); }
td.TdClassName
{
border-color: #D69F90;
}
.TagClassName
{
border-color: #D69F90;
}
</style>