Shades of Froly #DC6E7D
Tints of Froly #DC6E7D
RGB
CMYK
RGB Variations
Color information
#DC6E7D (or 0xDC6E7D) is known color: Froly. HEX triplet: DC, 6E and 7D. RGB value is (220,110,125). Sum of RGB (Red+Green+Blue) = 220+110+125=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E7D is #239182. Grayscale: #909090. Windows color (decimal): -2331011 or 8220380. OLE color: 8220380.
HSL color Cylindrical-coordinate representation of color #DC6E7D: hue angle of 351.82º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6E7D is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 110 | 125 | - |
CMYK | 0 | 0.50 | 0.43 | 0.14 |
HSL | 351.82º | 0.61% | 0.65% | - |
HSV(B) | 351.82º | 0.5% | 0.86% | - |
XYZ | 38.79 | 27.85 | 22.73 | - |
YUV | 144.6 | 116.94 | 181.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 110 | 125 | 0 | 0.50 | 0.43 | 0.14 | 351.82 | 0.61 | 0.65 |
Hex | DC | 6E | 7D | 0 | 32 | 2B | E | 160 | 3D | 41 |
Octal | 334 | 156 | 175 | 0 | 62 | 53 | 16 | 540 | 75 | 101 |
Binary | 11011100 | 1101110 | 1111101 | 0 | 110010 | 101011 | 1110 | 101100000 | 111101 | 1000001 |
Color Harmonies of #DC6E7D
Complementary color
Monochromatic Colors of #DC6E7D
Black with #DC6E7D
Text Example
Text Example
White with #DC6E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E7D; }
p { color: rgb(220,110,125); }
H1.HeaderClassName
{
color: #DC6E7D;
}
.AnyTagClassName
{
color: #DC6E7D;
}
</style>
background-color css
<style>
a { background-color: #DC6E7D; }
a { background-color: rgb(220,110,125); }
div.DivClassName
{
background-color: #DC6E7D;
}
.BgClassName
{
background-color: #DC6E7D;
}
</style>
border-color css
<style>
span { border-color: #DC6E7D; }
span { border-color: rgb(220,110,125); }
td.TdClassName
{
border-color: #DC6E7D;
}
.TagClassName
{
border-color: #DC6E7D;
}
</style>