Shades of Cerise #D74267
Tints of Cerise #D74267
RGB
CMYK
RGB Variations
Color information
#D74267 (or 0xD74267) is known color: Cerise. HEX triplet: D7, 42 and 67. RGB value is (215,66,103). Sum of RGB (Red+Green+Blue) = 215+66+103=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D74267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74267 is #28BD98. Grayscale: #727272. Windows color (decimal): -2669977 or 6767319. OLE color: 6767319.
HSL color Cylindrical-coordinate representation of color #D74267: hue angle of 345.1º degrees, saturation: 0.65, 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 #D74267 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 103 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.16 |
| HSL | 345.1º | 0.65% | 0.55% | - |
| HSV(B) | 345.1º | 0.69% | 0.84% | - |
| XYZ | 32.42 | 19.32 | 14.85 | - |
| YUV | 114.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 103 | 0 | 0.69 | 0.52 | 0.16 | 345.1 | 0.65 | 0.55 |
| Hex | D7 | 42 | 67 | 0 | 45 | 34 | 10 | 159 | 41 | 37 |
| Octal | 327 | 102 | 147 | 0 | 105 | 64 | 20 | 531 | 101 | 67 |
| Binary | 11010111 | 1000010 | 1100111 | 0 | 1000101 | 110100 | 10000 | 101011001 | 1000001 | 110111 |
Color Harmonies of #D74267
Complementary color
Monochromatic Colors of #D74267
Black with #D74267
Text Example
Text Example
White with #D74267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74267; }
p { color: rgb(215,66,103); }
H1.HeaderClassName
{
color: #D74267;
}
.AnyTagClassName
{
color: #D74267;
}
</style>
background-color css
<style>
a { background-color: #D74267; }
a { background-color: rgb(215,66,103); }
div.DivClassName
{
background-color: #D74267;
}
.BgClassName
{
background-color: #D74267;
}
</style>
border-color css
<style>
span { border-color: #D74267; }
span { border-color: rgb(215,66,103); }
td.TdClassName
{
border-color: #D74267;
}
.TagClassName
{
border-color: #D74267;
}
</style>