Shades of Valencia #D55B4D
Tints of Valencia #D55B4D
RGB
CMYK
RGB Variations
Color information
#D55B4D (or 0xD55B4D) is known color: Valencia. HEX triplet: D5, 5B and 4D. RGB value is (213,91,77). Sum of RGB (Red+Green+Blue) = 213+91+77=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55B4D is #2AA4B2. Grayscale: #7E7E7E. Windows color (decimal): -2794675 or 5069781. OLE color: 5069781.
HSL color Cylindrical-coordinate representation of color #D55B4D: hue angle of 6.18º 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 #D55B4D is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 77 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.16 |
| HSL | 6.18º | 0.62% | 0.57% | - |
| HSV(B) | 6.18º | 0.64% | 0.84% | - |
| XYZ | 32.52 | 22.16 | 9.59 | - |
| YUV | 125.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 77 | 0 | 0.57 | 0.64 | 0.16 | 6.18 | 0.62 | 0.57 |
| Hex | D5 | 5B | 4D | 0 | 39 | 40 | 10 | 6 | 3E | 39 |
| Octal | 325 | 133 | 115 | 0 | 71 | 100 | 20 | 6 | 76 | 71 |
| Binary | 11010101 | 1011011 | 1001101 | 0 | 111001 | 1000000 | 10000 | 110 | 111110 | 111001 |
Color Harmonies of #D55B4D
Complementary color
Monochromatic Colors of #D55B4D
Black with #D55B4D
Text Example
Text Example
White with #D55B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55B4D; }
p { color: rgb(213,91,77); }
H1.HeaderClassName
{
color: #D55B4D;
}
.AnyTagClassName
{
color: #D55B4D;
}
</style>
background-color css
<style>
a { background-color: #D55B4D; }
a { background-color: rgb(213,91,77); }
div.DivClassName
{
background-color: #D55B4D;
}
.BgClassName
{
background-color: #D55B4D;
}
</style>
border-color css
<style>
span { border-color: #D55B4D; }
span { border-color: rgb(213,91,77); }
td.TdClassName
{
border-color: #D55B4D;
}
.TagClassName
{
border-color: #D55B4D;
}
</style>