Shades of Froly #DD6378
Tints of Froly #DD6378
RGB
CMYK
RGB Variations
Color information
#DD6378 (or 0xDD6378) is known color: Froly. HEX triplet: DD, 63 and 78. RGB value is (221,99,120). Sum of RGB (Red+Green+Blue) = 221+99+120=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6378 is #229C87. Grayscale: #898989. Windows color (decimal): -2268296 or 7889885. OLE color: 7889885.
HSL color Cylindrical-coordinate representation of color #DD6378: hue angle of 349.67º 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 #DD6378 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 120 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.13 |
| HSL | 349.67º | 0.64% | 0.63% | - |
| HSV(B) | 349.67º | 0.55% | 0.87% | - |
| XYZ | 37.67 | 25.65 | 20.74 | - |
| YUV | 137.87 | 117.92 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 120 | 0 | 0.55 | 0.46 | 0.13 | 349.67 | 0.64 | 0.63 |
| Hex | DD | 63 | 78 | 0 | 37 | 2E | D | 15E | 40 | 3F |
| Octal | 335 | 143 | 170 | 0 | 67 | 56 | 15 | 536 | 100 | 77 |
| Binary | 11011101 | 1100011 | 1111000 | 0 | 110111 | 101110 | 1101 | 101011110 | 1000000 | 111111 |
Color Harmonies of #DD6378
Complementary color
Monochromatic Colors of #DD6378
Black with #DD6378
Text Example
Text Example
White with #DD6378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6378; }
p { color: rgb(221,99,120); }
H1.HeaderClassName
{
color: #DD6378;
}
.AnyTagClassName
{
color: #DD6378;
}
</style>
background-color css
<style>
a { background-color: #DD6378; }
a { background-color: rgb(221,99,120); }
div.DivClassName
{
background-color: #DD6378;
}
.BgClassName
{
background-color: #DD6378;
}
</style>
border-color css
<style>
span { border-color: #DD6378; }
span { border-color: rgb(221,99,120); }
td.TdClassName
{
border-color: #DD6378;
}
.TagClassName
{
border-color: #DD6378;
}
</style>