Shades of Roman #D2665C
Tints of Roman #D2665C
RGB
CMYK
RGB Variations
Color information
#D2665C (or 0xD2665C) is known color: Roman. HEX triplet: D2, 66 and 5C. RGB value is (210,102,92). Sum of RGB (Red+Green+Blue) = 210+102+92=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2665C is #2D99A3. Grayscale: #858585. Windows color (decimal): -2988452 or 6055634. OLE color: 6055634.
HSL color Cylindrical-coordinate representation of color #D2665C: hue angle of 5.08º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2665C is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 92 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.18 |
| HSL | 5.08º | 0.57% | 0.59% | - |
| HSV(B) | 5.08º | 0.56% | 0.82% | - |
| XYZ | 33.26 | 23.98 | 13 | - |
| YUV | 133.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 92 | 0 | 0.51 | 0.56 | 0.18 | 5.08 | 0.57 | 0.59 |
| Hex | D2 | 66 | 5C | 0 | 33 | 38 | 12 | 5 | 39 | 3B |
| Octal | 322 | 146 | 134 | 0 | 63 | 70 | 22 | 5 | 71 | 73 |
| Binary | 11010010 | 1100110 | 1011100 | 0 | 110011 | 111000 | 10010 | 101 | 111001 | 111011 |
Color Harmonies of #D2665C
Complementary color
Monochromatic Colors of #D2665C
Black with #D2665C
Text Example
Text Example
White with #D2665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2665C; }
p { color: rgb(210,102,92); }
H1.HeaderClassName
{
color: #D2665C;
}
.AnyTagClassName
{
color: #D2665C;
}
</style>
background-color css
<style>
a { background-color: #D2665C; }
a { background-color: rgb(210,102,92); }
div.DivClassName
{
background-color: #D2665C;
}
.BgClassName
{
background-color: #D2665C;
}
</style>
border-color css
<style>
span { border-color: #D2665C; }
span { border-color: rgb(210,102,92); }
td.TdClassName
{
border-color: #D2665C;
}
.TagClassName
{
border-color: #D2665C;
}
</style>