Shades of Cerise #D3265C
Tints of Cerise #D3265C
RGB
CMYK
RGB Variations
Color information
#D3265C (or 0xD3265C) is known color: Cerise. HEX triplet: D3, 26 and 5C. RGB value is (211,38,92). Sum of RGB (Red+Green+Blue) = 211+38+92=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D3265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3265C is #2CD9A3. Grayscale: #5F5F5F. Windows color (decimal): -2939300 or 6039251. OLE color: 6039251.
HSL color Cylindrical-coordinate representation of color #D3265C: hue angle of 341.27º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3265C is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 38 | 92 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.17 |
| HSL | 341.27º | 0.69% | 0.49% | - |
| HSV(B) | 341.27º | 0.82% | 0.83% | - |
| XYZ | 29.49 | 16.01 | 11.66 | - |
| YUV | 95.88 | 125.81 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 92 | 0 | 0.82 | 0.56 | 0.17 | 341.27 | 0.69 | 0.49 |
| Hex | D3 | 26 | 5C | 0 | 52 | 38 | 11 | 155 | 45 | 31 |
| Octal | 323 | 46 | 134 | 0 | 122 | 70 | 21 | 525 | 105 | 61 |
| Binary | 11010011 | 100110 | 1011100 | 0 | 1010010 | 111000 | 10001 | 101010101 | 1000101 | 110001 |
Color Harmonies of #D3265C
Complementary color
Monochromatic Colors of #D3265C
Black with #D3265C
Text Example
Text Example
White with #D3265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3265C; }
p { color: rgb(211,38,92); }
H1.HeaderClassName
{
color: #D3265C;
}
.AnyTagClassName
{
color: #D3265C;
}
</style>
background-color css
<style>
a { background-color: #D3265C; }
a { background-color: rgb(211,38,92); }
div.DivClassName
{
background-color: #D3265C;
}
.BgClassName
{
background-color: #D3265C;
}
</style>
border-color css
<style>
span { border-color: #D3265C; }
span { border-color: rgb(211,38,92); }
td.TdClassName
{
border-color: #D3265C;
}
.TagClassName
{
border-color: #D3265C;
}
</style>