Shades of Deep Cerise #D6438B
Tints of Deep Cerise #D6438B
RGB
CMYK
RGB Variations
Color information
#D6438B (or 0xD6438B) is known color: Deep Cerise. HEX triplet: D6, 43 and 8B. RGB value is (214,67,139). Sum of RGB (Red+Green+Blue) = 214+67+139=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6438B is #29BC74. Grayscale: #777777. Windows color (decimal): -2735221 or 9126870. OLE color: 9126870.
HSL color Cylindrical-coordinate representation of color #D6438B: hue angle of 330.61º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6438B is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 139 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.16 |
| HSL | 330.61º | 0.64% | 0.55% | - |
| HSV(B) | 330.61º | 0.69% | 0.84% | - |
| XYZ | 34.4 | 20.17 | 26.51 | - |
| YUV | 119.16 | 139.2 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 139 | 0 | 0.69 | 0.35 | 0.16 | 330.61 | 0.64 | 0.55 |
| Hex | D6 | 43 | 8B | 0 | 45 | 23 | 10 | 14B | 40 | 37 |
| Octal | 326 | 103 | 213 | 0 | 105 | 43 | 20 | 513 | 100 | 67 |
| Binary | 11010110 | 1000011 | 10001011 | 0 | 1000101 | 100011 | 10000 | 101001011 | 1000000 | 110111 |
Color Harmonies of #D6438B
Complementary color
Monochromatic Colors of #D6438B
Black with #D6438B
Text Example
Text Example
White with #D6438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6438B; }
p { color: rgb(214,67,139); }
H1.HeaderClassName
{
color: #D6438B;
}
.AnyTagClassName
{
color: #D6438B;
}
</style>
background-color css
<style>
a { background-color: #D6438B; }
a { background-color: rgb(214,67,139); }
div.DivClassName
{
background-color: #D6438B;
}
.BgClassName
{
background-color: #D6438B;
}
</style>
border-color css
<style>
span { border-color: #D6438B; }
span { border-color: rgb(214,67,139); }
td.TdClassName
{
border-color: #D6438B;
}
.TagClassName
{
border-color: #D6438B;
}
</style>