Shades of Valencia #D75754
Tints of Valencia #D75754
RGB
CMYK
RGB Variations
Color information
#D75754 (or 0xD75754) is known color: Valencia. HEX triplet: D7, 57 and 54. RGB value is (215,87,84). Sum of RGB (Red+Green+Blue) = 215+87+84=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D75754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75754 is #28A8AB. Grayscale: #7D7D7D. Windows color (decimal): -2664620 or 5527511. OLE color: 5527511.
HSL color Cylindrical-coordinate representation of color #D75754: hue angle of 1.37º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75754 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 84 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.16 |
| HSL | 1.37º | 0.62% | 0.59% | - |
| HSV(B) | 1.37º | 0.61% | 0.84% | - |
| XYZ | 33.03 | 21.9 | 10.87 | - |
| YUV | 124.93 | 104.91 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 84 | 0 | 0.60 | 0.61 | 0.16 | 1.37 | 0.62 | 0.59 |
| Hex | D7 | 57 | 54 | 0 | 3C | 3D | 10 | 1 | 3E | 3B |
| Octal | 327 | 127 | 124 | 0 | 74 | 75 | 20 | 1 | 76 | 73 |
| Binary | 11010111 | 1010111 | 1010100 | 0 | 111100 | 111101 | 10000 | 1 | 111110 | 111011 |
Color Harmonies of #D75754
Complementary color
Monochromatic Colors of #D75754
Black with #D75754
Text Example
Text Example
White with #D75754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75754; }
p { color: rgb(215,87,84); }
H1.HeaderClassName
{
color: #D75754;
}
.AnyTagClassName
{
color: #D75754;
}
</style>
background-color css
<style>
a { background-color: #D75754; }
a { background-color: rgb(215,87,84); }
div.DivClassName
{
background-color: #D75754;
}
.BgClassName
{
background-color: #D75754;
}
</style>
border-color css
<style>
span { border-color: #D75754; }
span { border-color: rgb(215,87,84); }
td.TdClassName
{
border-color: #D75754;
}
.TagClassName
{
border-color: #D75754;
}
</style>