Shades of Valencia #D65351
Tints of Valencia #D65351
RGB
CMYK
RGB Variations
Color information
#D65351 (or 0xD65351) is known color: Valencia. HEX triplet: D6, 53 and 51. RGB value is (214,83,81). Sum of RGB (Red+Green+Blue) = 214+83+81=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D65351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65351 is #29ACAE. Grayscale: #7A7A7A. Windows color (decimal): -2731183 or 5329878. OLE color: 5329878.
HSL color Cylindrical-coordinate representation of color #D65351: hue angle of 0.9º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65351 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 81 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.16 |
| HSL | 0.9º | 0.62% | 0.58% | - |
| HSV(B) | 0.9º | 0.62% | 0.84% | - |
| XYZ | 32.31 | 21.08 | 10.15 | - |
| YUV | 121.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 81 | 0 | 0.61 | 0.62 | 0.16 | 0.9 | 0.62 | 0.58 |
| Hex | D6 | 53 | 51 | 0 | 3D | 3E | 10 | 1 | 3E | 3A |
| Octal | 326 | 123 | 121 | 0 | 75 | 76 | 20 | 1 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1010001 | 0 | 111101 | 111110 | 10000 | 1 | 111110 | 111010 |
Color Harmonies of #D65351
Complementary color
Monochromatic Colors of #D65351
Black with #D65351
Text Example
Text Example
White with #D65351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65351; }
p { color: rgb(214,83,81); }
H1.HeaderClassName
{
color: #D65351;
}
.AnyTagClassName
{
color: #D65351;
}
</style>
background-color css
<style>
a { background-color: #D65351; }
a { background-color: rgb(214,83,81); }
div.DivClassName
{
background-color: #D65351;
}
.BgClassName
{
background-color: #D65351;
}
</style>
border-color css
<style>
span { border-color: #D65351; }
span { border-color: rgb(214,83,81); }
td.TdClassName
{
border-color: #D65351;
}
.TagClassName
{
border-color: #D65351;
}
</style>