Shades of Valencia #D64D4A
Tints of Valencia #D64D4A
RGB
CMYK
RGB Variations
Color information
#D64D4A (or 0xD64D4A) is known color: Valencia. HEX triplet: D6, 4D and 4A. RGB value is (214,77,74). Sum of RGB (Red+Green+Blue) = 214+77+74=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D4A is #29B2B5. Grayscale: #757575. Windows color (decimal): -2732726 or 4869590. OLE color: 4869590.
HSL color Cylindrical-coordinate representation of color #D64D4A: hue angle of 1.29º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64D4A is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 74 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.16 |
| HSL | 1.29º | 0.63% | 0.56% | - |
| HSV(B) | 1.29º | 0.65% | 0.84% | - |
| XYZ | 31.62 | 20.1 | 8.69 | - |
| YUV | 117.62 | 103.39 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 74 | 0 | 0.64 | 0.65 | 0.16 | 1.29 | 0.63 | 0.56 |
| Hex | D6 | 4D | 4A | 0 | 40 | 41 | 10 | 1 | 3F | 38 |
| Octal | 326 | 115 | 112 | 0 | 100 | 101 | 20 | 1 | 77 | 70 |
| Binary | 11010110 | 1001101 | 1001010 | 0 | 1000000 | 1000001 | 10000 | 1 | 111111 | 111000 |
Color Harmonies of #D64D4A
Complementary color
Monochromatic Colors of #D64D4A
Black with #D64D4A
Text Example
Text Example
White with #D64D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D4A; }
p { color: rgb(214,77,74); }
H1.HeaderClassName
{
color: #D64D4A;
}
.AnyTagClassName
{
color: #D64D4A;
}
</style>
background-color css
<style>
a { background-color: #D64D4A; }
a { background-color: rgb(214,77,74); }
div.DivClassName
{
background-color: #D64D4A;
}
.BgClassName
{
background-color: #D64D4A;
}
</style>
border-color css
<style>
span { border-color: #D64D4A; }
span { border-color: rgb(214,77,74); }
td.TdClassName
{
border-color: #D64D4A;
}
.TagClassName
{
border-color: #D64D4A;
}
</style>