Shades of Twilight #D7B1C3
Tints of Twilight #D7B1C3
RGB
CMYK
RGB Variations
Color information
#D7B1C3 (or 0xD7B1C3) is known color: Twilight. HEX triplet: D7, B1 and C3. RGB value is (215,177,195). Sum of RGB (Red+Green+Blue) = 215+177+195=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B1C3 is #284E3C. Grayscale: #BEBEBE. Windows color (decimal): -2641469 or 12825047. OLE color: 12825047.
HSL color Cylindrical-coordinate representation of color #D7B1C3: hue angle of 331.58º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7B1C3 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 195 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.16 |
| HSL | 331.58º | 0.32% | 0.77% | - |
| HSV(B) | 331.58º | 0.18% | 0.84% | - |
| XYZ | 53.6 | 49.83 | 58.42 | - |
| YUV | 190.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 195 | 0 | 0.18 | 0.09 | 0.16 | 331.58 | 0.32 | 0.77 |
| Hex | D7 | B1 | C3 | 0 | 12 | 9 | 10 | 14C | 20 | 4D |
| Octal | 327 | 261 | 303 | 0 | 22 | 11 | 20 | 514 | 40 | 115 |
| Binary | 11010111 | 10110001 | 11000011 | 0 | 10010 | 1001 | 10000 | 101001100 | 100000 | 1001101 |
Color Harmonies of #D7B1C3
Complementary color
Monochromatic Colors of #D7B1C3
Black with #D7B1C3
Text Example
Text Example
White with #D7B1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B1C3; }
p { color: rgb(215,177,195); }
H1.HeaderClassName
{
color: #D7B1C3;
}
.AnyTagClassName
{
color: #D7B1C3;
}
</style>
background-color css
<style>
a { background-color: #D7B1C3; }
a { background-color: rgb(215,177,195); }
div.DivClassName
{
background-color: #D7B1C3;
}
.BgClassName
{
background-color: #D7B1C3;
}
</style>
border-color css
<style>
span { border-color: #D7B1C3; }
span { border-color: rgb(215,177,195); }
td.TdClassName
{
border-color: #D7B1C3;
}
.TagClassName
{
border-color: #D7B1C3;
}
</style>