Shades of Valencia #D65D50
Tints of Valencia #D65D50
RGB
CMYK
RGB Variations
Color information
#D65D50 (or 0xD65D50) is known color: Valencia. HEX triplet: D6, 5D and 50. RGB value is (214,93,80). Sum of RGB (Red+Green+Blue) = 214+93+80=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D50 is #29A2AF. Grayscale: #7F7F7F. Windows color (decimal): -2728624 or 5266902. OLE color: 5266902.
HSL color Cylindrical-coordinate representation of color #D65D50: hue angle of 5.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65D50 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 80 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.16 |
| HSL | 5.82º | 0.62% | 0.58% | - |
| HSV(B) | 5.82º | 0.63% | 0.84% | - |
| XYZ | 33.09 | 22.7 | 10.23 | - |
| YUV | 127.7 | 101.09 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 80 | 0 | 0.57 | 0.63 | 0.16 | 5.82 | 0.62 | 0.58 |
| Hex | D6 | 5D | 50 | 0 | 39 | 3F | 10 | 6 | 3E | 3A |
| Octal | 326 | 135 | 120 | 0 | 71 | 77 | 20 | 6 | 76 | 72 |
| Binary | 11010110 | 1011101 | 1010000 | 0 | 111001 | 111111 | 10000 | 110 | 111110 | 111010 |
Color Harmonies of #D65D50
Complementary color
Monochromatic Colors of #D65D50
Black with #D65D50
Text Example
Text Example
White with #D65D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D50; }
p { color: rgb(214,93,80); }
H1.HeaderClassName
{
color: #D65D50;
}
.AnyTagClassName
{
color: #D65D50;
}
</style>
background-color css
<style>
a { background-color: #D65D50; }
a { background-color: rgb(214,93,80); }
div.DivClassName
{
background-color: #D65D50;
}
.BgClassName
{
background-color: #D65D50;
}
</style>
border-color css
<style>
span { border-color: #D65D50; }
span { border-color: rgb(214,93,80); }
td.TdClassName
{
border-color: #D65D50;
}
.TagClassName
{
border-color: #D65D50;
}
</style>