Shades of Froly #DD5D67
Tints of Froly #DD5D67
RGB
CMYK
RGB Variations
Color information
#DD5D67 (or 0xDD5D67) is known color: Froly. HEX triplet: DD, 5D and 67. RGB value is (221,93,103). Sum of RGB (Red+Green+Blue) = 221+93+103=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D67 is #22A298. Grayscale: #848484. Windows color (decimal): -2269849 or 6774237. OLE color: 6774237.
HSL color Cylindrical-coordinate representation of color #DD5D67: hue angle of 355.31º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5D67 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 103 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.13 |
| HSL | 355.31º | 0.65% | 0.62% | - |
| HSV(B) | 355.31º | 0.58% | 0.87% | - |
| XYZ | 36.18 | 24.18 | 15.59 | - |
| YUV | 132.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 103 | 0 | 0.58 | 0.53 | 0.13 | 355.31 | 0.65 | 0.62 |
| Hex | DD | 5D | 67 | 0 | 3A | 35 | D | 163 | 41 | 3E |
| Octal | 335 | 135 | 147 | 0 | 72 | 65 | 15 | 543 | 101 | 76 |
| Binary | 11011101 | 1011101 | 1100111 | 0 | 111010 | 110101 | 1101 | 101100011 | 1000001 | 111110 |
Color Harmonies of #DD5D67
Complementary color
Monochromatic Colors of #DD5D67
Black with #DD5D67
Text Example
Text Example
White with #DD5D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D67; }
p { color: rgb(221,93,103); }
H1.HeaderClassName
{
color: #DD5D67;
}
.AnyTagClassName
{
color: #DD5D67;
}
</style>
background-color css
<style>
a { background-color: #DD5D67; }
a { background-color: rgb(221,93,103); }
div.DivClassName
{
background-color: #DD5D67;
}
.BgClassName
{
background-color: #DD5D67;
}
</style>
border-color css
<style>
span { border-color: #DD5D67; }
span { border-color: rgb(221,93,103); }
td.TdClassName
{
border-color: #DD5D67;
}
.TagClassName
{
border-color: #DD5D67;
}
</style>