Shades of Froly #DC6B7B
Tints of Froly #DC6B7B
RGB
CMYK
RGB Variations
Color information
#DC6B7B (or 0xDC6B7B) is known color: Froly. HEX triplet: DC, 6B and 7B. RGB value is (220,107,123). Sum of RGB (Red+Green+Blue) = 220+107+123=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B7B is #239484. Grayscale: #8E8E8E. Windows color (decimal): -2331781 or 8088540. OLE color: 8088540.
HSL color Cylindrical-coordinate representation of color #DC6B7B: hue angle of 351.5º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6B7B is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 123 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.14 |
| HSL | 351.5º | 0.62% | 0.64% | - |
| HSV(B) | 351.5º | 0.51% | 0.86% | - |
| XYZ | 38.35 | 27.16 | 21.96 | - |
| YUV | 142.61 | 116.94 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 123 | 0 | 0.51 | 0.44 | 0.14 | 351.5 | 0.62 | 0.64 |
| Hex | DC | 6B | 7B | 0 | 33 | 2C | E | 160 | 3E | 40 |
| Octal | 334 | 153 | 173 | 0 | 63 | 54 | 16 | 540 | 76 | 100 |
| Binary | 11011100 | 1101011 | 1111011 | 0 | 110011 | 101100 | 1110 | 101100000 | 111110 | 1000000 |
Color Harmonies of #DC6B7B
Complementary color
Monochromatic Colors of #DC6B7B
Black with #DC6B7B
Text Example
Text Example
White with #DC6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B7B; }
p { color: rgb(220,107,123); }
H1.HeaderClassName
{
color: #DC6B7B;
}
.AnyTagClassName
{
color: #DC6B7B;
}
</style>
background-color css
<style>
a { background-color: #DC6B7B; }
a { background-color: rgb(220,107,123); }
div.DivClassName
{
background-color: #DC6B7B;
}
.BgClassName
{
background-color: #DC6B7B;
}
</style>
border-color css
<style>
span { border-color: #DC6B7B; }
span { border-color: rgb(220,107,123); }
td.TdClassName
{
border-color: #DC6B7B;
}
.TagClassName
{
border-color: #DC6B7B;
}
</style>