Shades of Cerise #D82A68
Tints of Cerise #D82A68
RGB
CMYK
RGB Variations
Color information
#D82A68 (or 0xD82A68) is known color: Cerise. HEX triplet: D8, 2A and 68. RGB value is (216,42,104). Sum of RGB (Red+Green+Blue) = 216+42+104=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A68 is #27D597. Grayscale: #656565. Windows color (decimal): -2610584 or 6826712. OLE color: 6826712.
HSL color Cylindrical-coordinate representation of color #D82A68: hue angle of 338.62º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82A68 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 104 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.15 |
| HSL | 338.62º | 0.69% | 0.51% | - |
| HSV(B) | 338.62º | 0.81% | 0.85% | - |
| XYZ | 31.65 | 17.25 | 14.76 | - |
| YUV | 101.09 | 129.65 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 104 | 0 | 0.81 | 0.52 | 0.15 | 338.62 | 0.69 | 0.51 |
| Hex | D8 | 2A | 68 | 0 | 51 | 34 | F | 153 | 45 | 33 |
| Octal | 330 | 52 | 150 | 0 | 121 | 64 | 17 | 523 | 105 | 63 |
| Binary | 11011000 | 101010 | 1101000 | 0 | 1010001 | 110100 | 1111 | 101010011 | 1000101 | 110011 |
Color Harmonies of #D82A68
Complementary color
Monochromatic Colors of #D82A68
Black with #D82A68
Text Example
Text Example
White with #D82A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A68; }
p { color: rgb(216,42,104); }
H1.HeaderClassName
{
color: #D82A68;
}
.AnyTagClassName
{
color: #D82A68;
}
</style>
background-color css
<style>
a { background-color: #D82A68; }
a { background-color: rgb(216,42,104); }
div.DivClassName
{
background-color: #D82A68;
}
.BgClassName
{
background-color: #D82A68;
}
</style>
border-color css
<style>
span { border-color: #D82A68; }
span { border-color: rgb(216,42,104); }
td.TdClassName
{
border-color: #D82A68;
}
.TagClassName
{
border-color: #D82A68;
}
</style>