Shades of Deep Cerise #D938AB
Tints of Deep Cerise #D938AB
RGB
CMYK
RGB Variations
Color information
#D938AB (or 0xD938AB) is known color: Deep Cerise. HEX triplet: D9, 38 and AB. RGB value is (217,56,171). Sum of RGB (Red+Green+Blue) = 217+56+171=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D938AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D938AB is #26C754. Grayscale: #747474. Windows color (decimal): -2541397 or 11221209. OLE color: 11221209.
HSL color Cylindrical-coordinate representation of color #D938AB: hue angle of 317.14º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D938AB is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 171 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.15 |
| HSL | 317.14º | 0.68% | 0.54% | - |
| HSV(B) | 317.14º | 0.74% | 0.85% | - |
| XYZ | 37.38 | 20.52 | 40.52 | - |
| YUV | 117.25 | 158.34 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 171 | 0 | 0.74 | 0.21 | 0.15 | 317.14 | 0.68 | 0.54 |
| Hex | D9 | 38 | AB | 0 | 4A | 15 | F | 13D | 44 | 36 |
| Octal | 331 | 70 | 253 | 0 | 112 | 25 | 17 | 475 | 104 | 66 |
| Binary | 11011001 | 111000 | 10101011 | 0 | 1001010 | 10101 | 1111 | 100111101 | 1000100 | 110110 |
Color Harmonies of #D938AB
Complementary color
Monochromatic Colors of #D938AB
Black with #D938AB
Text Example
Text Example
White with #D938AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D938AB; }
p { color: rgb(217,56,171); }
H1.HeaderClassName
{
color: #D938AB;
}
.AnyTagClassName
{
color: #D938AB;
}
</style>
background-color css
<style>
a { background-color: #D938AB; }
a { background-color: rgb(217,56,171); }
div.DivClassName
{
background-color: #D938AB;
}
.BgClassName
{
background-color: #D938AB;
}
</style>
border-color css
<style>
span { border-color: #D938AB; }
span { border-color: rgb(217,56,171); }
td.TdClassName
{
border-color: #D938AB;
}
.TagClassName
{
border-color: #D938AB;
}
</style>