Shades of Ecstasy #D0633D
Tints of Ecstasy #D0633D
RGB
CMYK
RGB Variations
Color information
#D0633D (or 0xD0633D) is known color: Ecstasy. HEX triplet: D0, 63 and 3D. RGB value is (208,99,61). Sum of RGB (Red+Green+Blue) = 208+99+61=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0633D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0633D is #2F9CC2. Grayscale: #7F7F7F. Windows color (decimal): -3120323 or 4023248. OLE color: 4023248.
HSL color Cylindrical-coordinate representation of color #D0633D: hue angle of 15.51º degrees, saturation: 0.61, 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 #D0633D is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 61 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.18 |
| HSL | 15.51º | 0.61% | 0.53% | - |
| HSV(B) | 15.51º | 0.71% | 0.82% | - |
| XYZ | 31.32 | 22.67 | 7.14 | - |
| YUV | 127.26 | 90.61 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 61 | 0 | 0.52 | 0.71 | 0.18 | 15.51 | 0.61 | 0.53 |
| Hex | D0 | 63 | 3D | 0 | 34 | 47 | 12 | 10 | 3D | 35 |
| Octal | 320 | 143 | 75 | 0 | 64 | 107 | 22 | 20 | 75 | 65 |
| Binary | 11010000 | 1100011 | 111101 | 0 | 110100 | 1000111 | 10010 | 10000 | 111101 | 110101 |
Color Harmonies of #D0633D
Complementary color
Monochromatic Colors of #D0633D
Black with #D0633D
Text Example
Text Example
White with #D0633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0633D; }
p { color: rgb(208,99,61); }
H1.HeaderClassName
{
color: #D0633D;
}
.AnyTagClassName
{
color: #D0633D;
}
</style>
background-color css
<style>
a { background-color: #D0633D; }
a { background-color: rgb(208,99,61); }
div.DivClassName
{
background-color: #D0633D;
}
.BgClassName
{
background-color: #D0633D;
}
</style>
border-color css
<style>
span { border-color: #D0633D; }
span { border-color: rgb(208,99,61); }
td.TdClassName
{
border-color: #D0633D;
}
.TagClassName
{
border-color: #D0633D;
}
</style>