Shades of Valencia #D65F4D
Tints of Valencia #D65F4D
RGB
CMYK
RGB Variations
Color information
#D65F4D (or 0xD65F4D) is known color: Valencia. HEX triplet: D6, 5F and 4D. RGB value is (214,95,77). Sum of RGB (Red+Green+Blue) = 214+95+77=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F4D is #29A0B2. Grayscale: #808080. Windows color (decimal): -2728115 or 5070806. OLE color: 5070806.
HSL color Cylindrical-coordinate representation of color #D65F4D: hue angle of 7.88º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D65F4D is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 77 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.16 |
| HSL | 7.88º | 0.63% | 0.57% | - |
| HSV(B) | 7.88º | 0.64% | 0.84% | - |
| XYZ | 33.16 | 23.02 | 9.72 | - |
| YUV | 128.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 77 | 0 | 0.56 | 0.64 | 0.16 | 7.88 | 0.63 | 0.57 |
| Hex | D6 | 5F | 4D | 0 | 38 | 40 | 10 | 8 | 3F | 39 |
| Octal | 326 | 137 | 115 | 0 | 70 | 100 | 20 | 10 | 77 | 71 |
| Binary | 11010110 | 1011111 | 1001101 | 0 | 111000 | 1000000 | 10000 | 1000 | 111111 | 111001 |
Color Harmonies of #D65F4D
Complementary color
Monochromatic Colors of #D65F4D
Black with #D65F4D
Text Example
Text Example
White with #D65F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F4D; }
p { color: rgb(214,95,77); }
H1.HeaderClassName
{
color: #D65F4D;
}
.AnyTagClassName
{
color: #D65F4D;
}
</style>
background-color css
<style>
a { background-color: #D65F4D; }
a { background-color: rgb(214,95,77); }
div.DivClassName
{
background-color: #D65F4D;
}
.BgClassName
{
background-color: #D65F4D;
}
</style>
border-color css
<style>
span { border-color: #D65F4D; }
span { border-color: rgb(214,95,77); }
td.TdClassName
{
border-color: #D65F4D;
}
.TagClassName
{
border-color: #D65F4D;
}
</style>