Shades of Froly #DD6375
Tints of Froly #DD6375
RGB
CMYK
RGB Variations
Color information
#DD6375 (or 0xDD6375) is known color: Froly. HEX triplet: DD, 63 and 75. RGB value is (221,99,117). Sum of RGB (Red+Green+Blue) = 221+99+117=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6375 is #229C8A. Grayscale: #898989. Windows color (decimal): -2268299 or 7693277. OLE color: 7693277.
HSL color Cylindrical-coordinate representation of color #DD6375: hue angle of 351.15º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6375 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 117 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.13 |
| HSL | 351.15º | 0.64% | 0.63% | - |
| HSV(B) | 351.15º | 0.55% | 0.87% | - |
| XYZ | 37.49 | 25.58 | 19.79 | - |
| YUV | 137.53 | 116.42 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 117 | 0 | 0.55 | 0.47 | 0.13 | 351.15 | 0.64 | 0.63 |
| Hex | DD | 63 | 75 | 0 | 37 | 2F | D | 15F | 40 | 3F |
| Octal | 335 | 143 | 165 | 0 | 67 | 57 | 15 | 537 | 100 | 77 |
| Binary | 11011101 | 1100011 | 1110101 | 0 | 110111 | 101111 | 1101 | 101011111 | 1000000 | 111111 |
Color Harmonies of #DD6375
Complementary color
Monochromatic Colors of #DD6375
Black with #DD6375
Text Example
Text Example
White with #DD6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6375; }
p { color: rgb(221,99,117); }
H1.HeaderClassName
{
color: #DD6375;
}
.AnyTagClassName
{
color: #DD6375;
}
</style>
background-color css
<style>
a { background-color: #DD6375; }
a { background-color: rgb(221,99,117); }
div.DivClassName
{
background-color: #DD6375;
}
.BgClassName
{
background-color: #DD6375;
}
</style>
border-color css
<style>
span { border-color: #DD6375; }
span { border-color: rgb(221,99,117); }
td.TdClassName
{
border-color: #DD6375;
}
.TagClassName
{
border-color: #DD6375;
}
</style>