Shades of Ecstasy #D2653D
Tints of Ecstasy #D2653D
RGB
CMYK
RGB Variations
Color information
#D2653D (or 0xD2653D) is known color: Ecstasy. HEX triplet: D2, 65 and 3D. RGB value is (210,101,61). Sum of RGB (Red+Green+Blue) = 210+101+61=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2653D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2653D is #2D9AC2. Grayscale: #818181. Windows color (decimal): -2988739 or 4023762. OLE color: 4023762.
HSL color Cylindrical-coordinate representation of color #D2653D: hue angle of 16.11º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2653D is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 61 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.18 |
| HSL | 16.11º | 0.62% | 0.53% | - |
| HSV(B) | 16.11º | 0.71% | 0.82% | - |
| XYZ | 32.07 | 23.35 | 7.23 | - |
| YUV | 129.03 | 89.61 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 61 | 0 | 0.52 | 0.71 | 0.18 | 16.11 | 0.62 | 0.53 |
| Hex | D2 | 65 | 3D | 0 | 34 | 47 | 12 | 10 | 3E | 35 |
| Octal | 322 | 145 | 75 | 0 | 64 | 107 | 22 | 20 | 76 | 65 |
| Binary | 11010010 | 1100101 | 111101 | 0 | 110100 | 1000111 | 10010 | 10000 | 111110 | 110101 |
Color Harmonies of #D2653D
Complementary color
Monochromatic Colors of #D2653D
Black with #D2653D
Text Example
Text Example
White with #D2653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2653D; }
p { color: rgb(210,101,61); }
H1.HeaderClassName
{
color: #D2653D;
}
.AnyTagClassName
{
color: #D2653D;
}
</style>
background-color css
<style>
a { background-color: #D2653D; }
a { background-color: rgb(210,101,61); }
div.DivClassName
{
background-color: #D2653D;
}
.BgClassName
{
background-color: #D2653D;
}
</style>
border-color css
<style>
span { border-color: #D2653D; }
span { border-color: rgb(210,101,61); }
td.TdClassName
{
border-color: #D2653D;
}
.TagClassName
{
border-color: #D2653D;
}
</style>