Shades of Valencia #DD584B
Tints of Valencia #DD584B
RGB
CMYK
RGB Variations
Color information
#DD584B (or 0xDD584B) is known color: Valencia. HEX triplet: DD, 58 and 4B. RGB value is (221,88,75). Sum of RGB (Red+Green+Blue) = 221+88+75=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD584B is #22A7B4. Grayscale: #7E7E7E. Windows color (decimal): -2271157 or 4937949. OLE color: 4937949.
HSL color Cylindrical-coordinate representation of color #DD584B: hue angle of 5.34º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD584B is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 75 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.13 |
| HSL | 5.34º | 0.68% | 0.58% | - |
| HSV(B) | 5.34º | 0.66% | 0.87% | - |
| XYZ | 34.58 | 22.86 | 9.25 | - |
| YUV | 126.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 75 | 0 | 0.60 | 0.66 | 0.13 | 5.34 | 0.68 | 0.58 |
| Hex | DD | 58 | 4B | 0 | 3C | 42 | D | 5 | 44 | 3A |
| Octal | 335 | 130 | 113 | 0 | 74 | 102 | 15 | 5 | 104 | 72 |
| Binary | 11011101 | 1011000 | 1001011 | 0 | 111100 | 1000010 | 1101 | 101 | 1000100 | 111010 |
Color Harmonies of #DD584B
Complementary color
Monochromatic Colors of #DD584B
Black with #DD584B
Text Example
Text Example
White with #DD584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD584B; }
p { color: rgb(221,88,75); }
H1.HeaderClassName
{
color: #DD584B;
}
.AnyTagClassName
{
color: #DD584B;
}
</style>
background-color css
<style>
a { background-color: #DD584B; }
a { background-color: rgb(221,88,75); }
div.DivClassName
{
background-color: #DD584B;
}
.BgClassName
{
background-color: #DD584B;
}
</style>
border-color css
<style>
span { border-color: #DD584B; }
span { border-color: rgb(221,88,75); }
td.TdClassName
{
border-color: #DD584B;
}
.TagClassName
{
border-color: #DD584B;
}
</style>