Shades of Froly #D26673
Tints of Froly #D26673
RGB
CMYK
RGB Variations
Color information
#D26673 (or 0xD26673) is known color: Froly. HEX triplet: D2, 66 and 73. RGB value is (210,102,115). Sum of RGB (Red+Green+Blue) = 210+102+115=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D26673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26673 is #2D998C. Grayscale: #878787. Windows color (decimal): -2988429 or 7562962. OLE color: 7562962.
HSL color Cylindrical-coordinate representation of color #D26673: hue angle of 352.78º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26673 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 115 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.18 |
| HSL | 352.78º | 0.55% | 0.61% | - |
| HSV(B) | 352.78º | 0.51% | 0.82% | - |
| XYZ | 34.42 | 24.44 | 19.12 | - |
| YUV | 135.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 115 | 0 | 0.51 | 0.45 | 0.18 | 352.78 | 0.55 | 0.61 |
| Hex | D2 | 66 | 73 | 0 | 33 | 2D | 12 | 161 | 37 | 3D |
| Octal | 322 | 146 | 163 | 0 | 63 | 55 | 22 | 541 | 67 | 75 |
| Binary | 11010010 | 1100110 | 1110011 | 0 | 110011 | 101101 | 10010 | 101100001 | 110111 | 111101 |
Color Harmonies of #D26673
Complementary color
Monochromatic Colors of #D26673
Black with #D26673
Text Example
Text Example
White with #D26673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26673; }
p { color: rgb(210,102,115); }
H1.HeaderClassName
{
color: #D26673;
}
.AnyTagClassName
{
color: #D26673;
}
</style>
background-color css
<style>
a { background-color: #D26673; }
a { background-color: rgb(210,102,115); }
div.DivClassName
{
background-color: #D26673;
}
.BgClassName
{
background-color: #D26673;
}
</style>
border-color css
<style>
span { border-color: #D26673; }
span { border-color: rgb(210,102,115); }
td.TdClassName
{
border-color: #D26673;
}
.TagClassName
{
border-color: #D26673;
}
</style>