Shades of Valencia #D25F4D
Tints of Valencia #D25F4D
RGB
CMYK
RGB Variations
Color information
#D25F4D (or 0xD25F4D) is known color: Valencia. HEX triplet: D2, 5F and 4D. RGB value is (210,95,77). Sum of RGB (Red+Green+Blue) = 210+95+77=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F4D is #2DA0B2. Grayscale: #7F7F7F. Windows color (decimal): -2990259 or 5070802. OLE color: 5070802.
HSL color Cylindrical-coordinate representation of color #D25F4D: hue angle of 8.12º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D25F4D is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 77 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.18 |
| HSL | 8.12º | 0.6% | 0.56% | - |
| HSV(B) | 8.12º | 0.63% | 0.82% | - |
| XYZ | 32.01 | 22.42 | 9.66 | - |
| YUV | 127.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 77 | 0 | 0.55 | 0.63 | 0.18 | 8.12 | 0.6 | 0.56 |
| Hex | D2 | 5F | 4D | 0 | 37 | 3F | 12 | 8 | 3C | 38 |
| Octal | 322 | 137 | 115 | 0 | 67 | 77 | 22 | 10 | 74 | 70 |
| Binary | 11010010 | 1011111 | 1001101 | 0 | 110111 | 111111 | 10010 | 1000 | 111100 | 111000 |
Color Harmonies of #D25F4D
Complementary color
Monochromatic Colors of #D25F4D
Black with #D25F4D
Text Example
Text Example
White with #D25F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F4D; }
p { color: rgb(210,95,77); }
H1.HeaderClassName
{
color: #D25F4D;
}
.AnyTagClassName
{
color: #D25F4D;
}
</style>
background-color css
<style>
a { background-color: #D25F4D; }
a { background-color: rgb(210,95,77); }
div.DivClassName
{
background-color: #D25F4D;
}
.BgClassName
{
background-color: #D25F4D;
}
</style>
border-color css
<style>
span { border-color: #D25F4D; }
span { border-color: rgb(210,95,77); }
td.TdClassName
{
border-color: #D25F4D;
}
.TagClassName
{
border-color: #D25F4D;
}
</style>