Shades of Valencia #D75D4A
Tints of Valencia #D75D4A
RGB
CMYK
RGB Variations
Color information
#D75D4A (or 0xD75D4A) is known color: Valencia. HEX triplet: D7, 5D and 4A. RGB value is (215,93,74). Sum of RGB (Red+Green+Blue) = 215+93+74=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75D4A is #28A2B5. Grayscale: #7F7F7F. Windows color (decimal): -2663094 or 4873687. OLE color: 4873687.
HSL color Cylindrical-coordinate representation of color #D75D4A: hue angle of 8.09º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D75D4A is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 74 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.16 |
| HSL | 8.09º | 0.64% | 0.57% | - |
| HSV(B) | 8.09º | 0.66% | 0.84% | - |
| XYZ | 33.17 | 22.77 | 9.13 | - |
| YUV | 127.31 | 97.92 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 74 | 0 | 0.57 | 0.66 | 0.16 | 8.09 | 0.64 | 0.57 |
| Hex | D7 | 5D | 4A | 0 | 39 | 42 | 10 | 8 | 40 | 39 |
| Octal | 327 | 135 | 112 | 0 | 71 | 102 | 20 | 10 | 100 | 71 |
| Binary | 11010111 | 1011101 | 1001010 | 0 | 111001 | 1000010 | 10000 | 1000 | 1000000 | 111001 |
Color Harmonies of #D75D4A
Complementary color
Monochromatic Colors of #D75D4A
Black with #D75D4A
Text Example
Text Example
White with #D75D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D4A; }
p { color: rgb(215,93,74); }
H1.HeaderClassName
{
color: #D75D4A;
}
.AnyTagClassName
{
color: #D75D4A;
}
</style>
background-color css
<style>
a { background-color: #D75D4A; }
a { background-color: rgb(215,93,74); }
div.DivClassName
{
background-color: #D75D4A;
}
.BgClassName
{
background-color: #D75D4A;
}
</style>
border-color css
<style>
span { border-color: #D75D4A; }
span { border-color: rgb(215,93,74); }
td.TdClassName
{
border-color: #D75D4A;
}
.TagClassName
{
border-color: #D75D4A;
}
</style>