Shades of Ecstasy #D2663B
Tints of Ecstasy #D2663B
RGB
CMYK
RGB Variations
Color information
#D2663B (or 0xD2663B) is known color: Ecstasy. HEX triplet: D2, 66 and 3B. RGB value is (210,102,59). Sum of RGB (Red+Green+Blue) = 210+102+59=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2663B is #2D99C4. Grayscale: #818181. Windows color (decimal): -2988485 or 3892946. OLE color: 3892946.
HSL color Cylindrical-coordinate representation of color #D2663B: hue angle of 17.09º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2663B is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 59 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.18 |
| HSL | 17.09º | 0.63% | 0.53% | - |
| HSV(B) | 17.09º | 0.72% | 0.82% | - |
| XYZ | 32.12 | 23.52 | 6.98 | - |
| YUV | 129.39 | 88.28 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 59 | 0 | 0.51 | 0.72 | 0.18 | 17.09 | 0.63 | 0.53 |
| Hex | D2 | 66 | 3B | 0 | 33 | 48 | 12 | 11 | 3F | 35 |
| Octal | 322 | 146 | 73 | 0 | 63 | 110 | 22 | 21 | 77 | 65 |
| Binary | 11010010 | 1100110 | 111011 | 0 | 110011 | 1001000 | 10010 | 10001 | 111111 | 110101 |
Color Harmonies of #D2663B
Complementary color
Monochromatic Colors of #D2663B
Black with #D2663B
Text Example
Text Example
White with #D2663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2663B; }
p { color: rgb(210,102,59); }
H1.HeaderClassName
{
color: #D2663B;
}
.AnyTagClassName
{
color: #D2663B;
}
</style>
background-color css
<style>
a { background-color: #D2663B; }
a { background-color: rgb(210,102,59); }
div.DivClassName
{
background-color: #D2663B;
}
.BgClassName
{
background-color: #D2663B;
}
</style>
border-color css
<style>
span { border-color: #D2663B; }
span { border-color: rgb(210,102,59); }
td.TdClassName
{
border-color: #D2663B;
}
.TagClassName
{
border-color: #D2663B;
}
</style>