Shades of Valencia #D55D4C
Tints of Valencia #D55D4C
RGB
CMYK
RGB Variations
Color information
#D55D4C (or 0xD55D4C) is known color: Valencia. HEX triplet: D5, 5D and 4C. RGB value is (213,93,76). Sum of RGB (Red+Green+Blue) = 213+93+76=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D4C is #2AA2B3. Grayscale: #7F7F7F. Windows color (decimal): -2794164 or 5004757. OLE color: 5004757.
HSL color Cylindrical-coordinate representation of color #D55D4C: hue angle of 7.45º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D55D4C is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 76 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.16 |
| HSL | 7.45º | 0.62% | 0.57% | - |
| HSV(B) | 7.45º | 0.64% | 0.84% | - |
| XYZ | 32.66 | 22.5 | 9.46 | - |
| YUV | 126.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 76 | 0 | 0.56 | 0.64 | 0.16 | 7.45 | 0.62 | 0.57 |
| Hex | D5 | 5D | 4C | 0 | 38 | 40 | 10 | 7 | 3E | 39 |
| Octal | 325 | 135 | 114 | 0 | 70 | 100 | 20 | 7 | 76 | 71 |
| Binary | 11010101 | 1011101 | 1001100 | 0 | 111000 | 1000000 | 10000 | 111 | 111110 | 111001 |
Color Harmonies of #D55D4C
Complementary color
Monochromatic Colors of #D55D4C
Black with #D55D4C
Text Example
Text Example
White with #D55D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D4C; }
p { color: rgb(213,93,76); }
H1.HeaderClassName
{
color: #D55D4C;
}
.AnyTagClassName
{
color: #D55D4C;
}
</style>
background-color css
<style>
a { background-color: #D55D4C; }
a { background-color: rgb(213,93,76); }
div.DivClassName
{
background-color: #D55D4C;
}
.BgClassName
{
background-color: #D55D4C;
}
</style>
border-color css
<style>
span { border-color: #D55D4C; }
span { border-color: rgb(213,93,76); }
td.TdClassName
{
border-color: #D55D4C;
}
.TagClassName
{
border-color: #D55D4C;
}
</style>