Shades of Cerise #D73274
Tints of Cerise #D73274
RGB
CMYK
RGB Variations
Color information
#D73274 (or 0xD73274) is known color: Cerise. HEX triplet: D7, 32 and 74. RGB value is (215,50,116). Sum of RGB (Red+Green+Blue) = 215+50+116=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D73274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73274 is #28CD8B. Grayscale: #6A6A6A. Windows color (decimal): -2674060 or 7615191. OLE color: 7615191.
HSL color Cylindrical-coordinate representation of color #D73274: hue angle of 336º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73274 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 116 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.16 |
| HSL | 336º | 0.67% | 0.52% | - |
| HSV(B) | 336º | 0.77% | 0.84% | - |
| XYZ | 32.32 | 17.99 | 18.29 | - |
| YUV | 106.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 116 | 0 | 0.77 | 0.46 | 0.16 | 336 | 0.67 | 0.52 |
| Hex | D7 | 32 | 74 | 0 | 4D | 2E | 10 | 150 | 43 | 34 |
| Octal | 327 | 62 | 164 | 0 | 115 | 56 | 20 | 520 | 103 | 64 |
| Binary | 11010111 | 110010 | 1110100 | 0 | 1001101 | 101110 | 10000 | 101010000 | 1000011 | 110100 |
Color Harmonies of #D73274
Complementary color
Monochromatic Colors of #D73274
Black with #D73274
Text Example
Text Example
White with #D73274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73274; }
p { color: rgb(215,50,116); }
H1.HeaderClassName
{
color: #D73274;
}
.AnyTagClassName
{
color: #D73274;
}
</style>
background-color css
<style>
a { background-color: #D73274; }
a { background-color: rgb(215,50,116); }
div.DivClassName
{
background-color: #D73274;
}
.BgClassName
{
background-color: #D73274;
}
</style>
border-color css
<style>
span { border-color: #D73274; }
span { border-color: rgb(215,50,116); }
td.TdClassName
{
border-color: #D73274;
}
.TagClassName
{
border-color: #D73274;
}
</style>