Shades of Cerise #D5266F
Tints of Cerise #D5266F
RGB
CMYK
RGB Variations
Color information
#D5266F (or 0xD5266F) is known color: Cerise. HEX triplet: D5, 26 and 6F. RGB value is (213,38,111). Sum of RGB (Red+Green+Blue) = 213+38+111=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5266F is #2AD990. Grayscale: #626262. Windows color (decimal): -2808209 or 7284437. OLE color: 7284437.
HSL color Cylindrical-coordinate representation of color #D5266F: hue angle of 334.97º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5266F is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 111 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.16 |
| HSL | 334.97º | 0.7% | 0.49% | - |
| HSV(B) | 334.97º | 0.82% | 0.84% | - |
| XYZ | 31 | 16.68 | 16.62 | - |
| YUV | 98.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 111 | 0 | 0.82 | 0.48 | 0.16 | 334.97 | 0.7 | 0.49 |
| Hex | D5 | 26 | 6F | 0 | 52 | 30 | 10 | 14F | 46 | 31 |
| Octal | 325 | 46 | 157 | 0 | 122 | 60 | 20 | 517 | 106 | 61 |
| Binary | 11010101 | 100110 | 1101111 | 0 | 1010010 | 110000 | 10000 | 101001111 | 1000110 | 110001 |
Color Harmonies of #D5266F
Complementary color
Monochromatic Colors of #D5266F
Black with #D5266F
Text Example
Text Example
White with #D5266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5266F; }
p { color: rgb(213,38,111); }
H1.HeaderClassName
{
color: #D5266F;
}
.AnyTagClassName
{
color: #D5266F;
}
</style>
background-color css
<style>
a { background-color: #D5266F; }
a { background-color: rgb(213,38,111); }
div.DivClassName
{
background-color: #D5266F;
}
.BgClassName
{
background-color: #D5266F;
}
</style>
border-color css
<style>
span { border-color: #D5266F; }
span { border-color: rgb(213,38,111); }
td.TdClassName
{
border-color: #D5266F;
}
.TagClassName
{
border-color: #D5266F;
}
</style>