Shades of Valencia #D5584B
Tints of Valencia #D5584B
RGB
CMYK
RGB Variations
Color information
#D5584B (or 0xD5584B) is known color: Valencia. HEX triplet: D5, 58 and 4B. RGB value is (213,88,75). Sum of RGB (Red+Green+Blue) = 213+88+75=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5584B is #2AA7B4. Grayscale: #7C7C7C. Windows color (decimal): -2795445 or 4937941. OLE color: 4937941.
HSL color Cylindrical-coordinate representation of color #D5584B: hue angle of 5.65º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5584B is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 75 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.16 |
| HSL | 5.65º | 0.62% | 0.56% | - |
| HSV(B) | 5.65º | 0.65% | 0.84% | - |
| XYZ | 32.2 | 21.63 | 9.14 | - |
| YUV | 123.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 75 | 0 | 0.59 | 0.65 | 0.16 | 5.65 | 0.62 | 0.56 |
| Hex | D5 | 58 | 4B | 0 | 3B | 41 | 10 | 6 | 3E | 38 |
| Octal | 325 | 130 | 113 | 0 | 73 | 101 | 20 | 6 | 76 | 70 |
| Binary | 11010101 | 1011000 | 1001011 | 0 | 111011 | 1000001 | 10000 | 110 | 111110 | 111000 |
Color Harmonies of #D5584B
Complementary color
Monochromatic Colors of #D5584B
Black with #D5584B
Text Example
Text Example
White with #D5584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5584B; }
p { color: rgb(213,88,75); }
H1.HeaderClassName
{
color: #D5584B;
}
.AnyTagClassName
{
color: #D5584B;
}
</style>
background-color css
<style>
a { background-color: #D5584B; }
a { background-color: rgb(213,88,75); }
div.DivClassName
{
background-color: #D5584B;
}
.BgClassName
{
background-color: #D5584B;
}
</style>
border-color css
<style>
span { border-color: #D5584B; }
span { border-color: rgb(213,88,75); }
td.TdClassName
{
border-color: #D5584B;
}
.TagClassName
{
border-color: #D5584B;
}
</style>