Shades of Cerise #D62669
Tints of Cerise #D62669
RGB
CMYK
RGB Variations
Color information
#D62669 (or 0xD62669) is known color: Cerise. HEX triplet: D6, 26 and 69. RGB value is (214,38,105). Sum of RGB (Red+Green+Blue) = 214+38+105=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D62669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62669 is #29D996. Grayscale: #626262. Windows color (decimal): -2742679 or 6891222. OLE color: 6891222.
HSL color Cylindrical-coordinate representation of color #D62669: hue angle of 337.16º 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 #D62669 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 105 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.16 |
| HSL | 337.16º | 0.7% | 0.49% | - |
| HSV(B) | 337.16º | 0.82% | 0.84% | - |
| XYZ | 30.97 | 16.7 | 14.96 | - |
| YUV | 98.26 | 131.81 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 105 | 0 | 0.82 | 0.51 | 0.16 | 337.16 | 0.7 | 0.49 |
| Hex | D6 | 26 | 69 | 0 | 52 | 33 | 10 | 151 | 46 | 31 |
| Octal | 326 | 46 | 151 | 0 | 122 | 63 | 20 | 521 | 106 | 61 |
| Binary | 11010110 | 100110 | 1101001 | 0 | 1010010 | 110011 | 10000 | 101010001 | 1000110 | 110001 |
Color Harmonies of #D62669
Complementary color
Monochromatic Colors of #D62669
Black with #D62669
Text Example
Text Example
White with #D62669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62669; }
p { color: rgb(214,38,105); }
H1.HeaderClassName
{
color: #D62669;
}
.AnyTagClassName
{
color: #D62669;
}
</style>
background-color css
<style>
a { background-color: #D62669; }
a { background-color: rgb(214,38,105); }
div.DivClassName
{
background-color: #D62669;
}
.BgClassName
{
background-color: #D62669;
}
</style>
border-color css
<style>
span { border-color: #D62669; }
span { border-color: rgb(214,38,105); }
td.TdClassName
{
border-color: #D62669;
}
.TagClassName
{
border-color: #D62669;
}
</style>