Shades of Cerise #D62666
Tints of Cerise #D62666
RGB
CMYK
RGB Variations
Color information
#D62666 (or 0xD62666) is known color: Cerise. HEX triplet: D6, 26 and 66. RGB value is (214,38,102). Sum of RGB (Red+Green+Blue) = 214+38+102=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D62666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62666 is #29D999. Grayscale: #616161. Windows color (decimal): -2742682 or 6694614. OLE color: 6694614.
HSL color Cylindrical-coordinate representation of color #D62666: hue angle of 338.18º 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 #D62666 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 102 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.16 |
| HSL | 338.18º | 0.7% | 0.49% | - |
| HSV(B) | 338.18º | 0.82% | 0.84% | - |
| XYZ | 30.82 | 16.64 | 14.16 | - |
| YUV | 97.92 | 130.31 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 102 | 0 | 0.82 | 0.52 | 0.16 | 338.18 | 0.7 | 0.49 |
| Hex | D6 | 26 | 66 | 0 | 52 | 34 | 10 | 152 | 46 | 31 |
| Octal | 326 | 46 | 146 | 0 | 122 | 64 | 20 | 522 | 106 | 61 |
| Binary | 11010110 | 100110 | 1100110 | 0 | 1010010 | 110100 | 10000 | 101010010 | 1000110 | 110001 |
Color Harmonies of #D62666
Complementary color
Monochromatic Colors of #D62666
Black with #D62666
Text Example
Text Example
White with #D62666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62666; }
p { color: rgb(214,38,102); }
H1.HeaderClassName
{
color: #D62666;
}
.AnyTagClassName
{
color: #D62666;
}
</style>
background-color css
<style>
a { background-color: #D62666; }
a { background-color: rgb(214,38,102); }
div.DivClassName
{
background-color: #D62666;
}
.BgClassName
{
background-color: #D62666;
}
</style>
border-color css
<style>
span { border-color: #D62666; }
span { border-color: rgb(214,38,102); }
td.TdClassName
{
border-color: #D62666;
}
.TagClassName
{
border-color: #D62666;
}
</style>