Shades of Ecstasy #D2643F
Tints of Ecstasy #D2643F
RGB
CMYK
RGB Variations
Color information
#D2643F (or 0xD2643F) is known color: Ecstasy. HEX triplet: D2, 64 and 3F. RGB value is (210,100,63). Sum of RGB (Red+Green+Blue) = 210+100+63=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2643F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2643F is #2D9BC0. Grayscale: #808080. Windows color (decimal): -2988993 or 4154578. OLE color: 4154578.
HSL color Cylindrical-coordinate representation of color #D2643F: hue angle of 15.1º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2643F is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 63 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.18 |
| HSL | 15.1º | 0.62% | 0.54% | - |
| HSV(B) | 15.1º | 0.7% | 0.82% | - |
| XYZ | 32.03 | 23.17 | 7.49 | - |
| YUV | 128.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 63 | 0 | 0.52 | 0.70 | 0.18 | 15.1 | 0.62 | 0.54 |
| Hex | D2 | 64 | 3F | 0 | 34 | 46 | 12 | F | 3E | 36 |
| Octal | 322 | 144 | 77 | 0 | 64 | 106 | 22 | 17 | 76 | 66 |
| Binary | 11010010 | 1100100 | 111111 | 0 | 110100 | 1000110 | 10010 | 1111 | 111110 | 110110 |
Color Harmonies of #D2643F
Complementary color
Monochromatic Colors of #D2643F
Black with #D2643F
Text Example
Text Example
White with #D2643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2643F; }
p { color: rgb(210,100,63); }
H1.HeaderClassName
{
color: #D2643F;
}
.AnyTagClassName
{
color: #D2643F;
}
</style>
background-color css
<style>
a { background-color: #D2643F; }
a { background-color: rgb(210,100,63); }
div.DivClassName
{
background-color: #D2643F;
}
.BgClassName
{
background-color: #D2643F;
}
</style>
border-color css
<style>
span { border-color: #D2643F; }
span { border-color: rgb(210,100,63); }
td.TdClassName
{
border-color: #D2643F;
}
.TagClassName
{
border-color: #D2643F;
}
</style>