Shades of Cerise #D74265
Tints of Cerise #D74265
RGB
CMYK
RGB Variations
Color information
#D74265 (or 0xD74265) is known color: Cerise. HEX triplet: D7, 42 and 65. RGB value is (215,66,101). Sum of RGB (Red+Green+Blue) = 215+66+101=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D74265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74265 is #28BD9A. Grayscale: #727272. Windows color (decimal): -2669979 or 6636247. OLE color: 6636247.
HSL color Cylindrical-coordinate representation of color #D74265: hue angle of 345.91º 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 #D74265 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 101 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.16 |
| HSL | 345.91º | 0.65% | 0.55% | - |
| HSV(B) | 345.91º | 0.69% | 0.84% | - |
| XYZ | 32.32 | 19.28 | 14.33 | - |
| YUV | 114.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 101 | 0 | 0.69 | 0.53 | 0.16 | 345.91 | 0.65 | 0.55 |
| Hex | D7 | 42 | 65 | 0 | 45 | 35 | 10 | 15A | 41 | 37 |
| Octal | 327 | 102 | 145 | 0 | 105 | 65 | 20 | 532 | 101 | 67 |
| Binary | 11010111 | 1000010 | 1100101 | 0 | 1000101 | 110101 | 10000 | 101011010 | 1000001 | 110111 |
Color Harmonies of #D74265
Complementary color
Monochromatic Colors of #D74265
Black with #D74265
Text Example
Text Example
White with #D74265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74265; }
p { color: rgb(215,66,101); }
H1.HeaderClassName
{
color: #D74265;
}
.AnyTagClassName
{
color: #D74265;
}
</style>
background-color css
<style>
a { background-color: #D74265; }
a { background-color: rgb(215,66,101); }
div.DivClassName
{
background-color: #D74265;
}
.BgClassName
{
background-color: #D74265;
}
</style>
border-color css
<style>
span { border-color: #D74265; }
span { border-color: rgb(215,66,101); }
td.TdClassName
{
border-color: #D74265;
}
.TagClassName
{
border-color: #D74265;
}
</style>