Shades of Valencia #D95452
Tints of Valencia #D95452
RGB
CMYK
RGB Variations
Color information
#D95452 (or 0xD95452) is known color: Valencia. HEX triplet: D9, 54 and 52. RGB value is (217,84,82). Sum of RGB (Red+Green+Blue) = 217+84+82=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D95452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95452 is #26ABAD. Grayscale: #7B7B7B. Windows color (decimal): -2534318 or 5395673. OLE color: 5395673.
HSL color Cylindrical-coordinate representation of color #D95452: hue angle of 0.89º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95452 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 82 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.15 |
| HSL | 0.89º | 0.64% | 0.59% | - |
| HSV(B) | 0.89º | 0.62% | 0.85% | - |
| XYZ | 33.31 | 21.7 | 10.42 | - |
| YUV | 123.54 | 104.56 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 82 | 0 | 0.61 | 0.62 | 0.15 | 0.89 | 0.64 | 0.59 |
| Hex | D9 | 54 | 52 | 0 | 3D | 3E | F | 1 | 40 | 3B |
| Octal | 331 | 124 | 122 | 0 | 75 | 76 | 17 | 1 | 100 | 73 |
| Binary | 11011001 | 1010100 | 1010010 | 0 | 111101 | 111110 | 1111 | 1 | 1000000 | 111011 |
Color Harmonies of #D95452
Complementary color
Monochromatic Colors of #D95452
Black with #D95452
Text Example
Text Example
White with #D95452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95452; }
p { color: rgb(217,84,82); }
H1.HeaderClassName
{
color: #D95452;
}
.AnyTagClassName
{
color: #D95452;
}
</style>
background-color css
<style>
a { background-color: #D95452; }
a { background-color: rgb(217,84,82); }
div.DivClassName
{
background-color: #D95452;
}
.BgClassName
{
background-color: #D95452;
}
</style>
border-color css
<style>
span { border-color: #D95452; }
span { border-color: rgb(217,84,82); }
td.TdClassName
{
border-color: #D95452;
}
.TagClassName
{
border-color: #D95452;
}
</style>