Shades of Petite Orchid #DA968F
Tints of Petite Orchid #DA968F
RGB
CMYK
RGB Variations
Color information
#DA968F (or 0xDA968F) is known color: Petite Orchid. HEX triplet: DA, 96 and 8F. RGB value is (218,150,143). Sum of RGB (Red+Green+Blue) = 218+150+143=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA968F is #256970. Grayscale: #A9A9A9. Windows color (decimal): -2451825 or 9410266. OLE color: 9410266.
HSL color Cylindrical-coordinate representation of color #DA968F: hue angle of 5.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA968F is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 143 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.15 |
| HSL | 5.6º | 0.5% | 0.71% | - |
| HSV(B) | 5.6º | 0.34% | 0.85% | - |
| XYZ | 44.78 | 38.7 | 31.1 | - |
| YUV | 169.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 143 | 0 | 0.31 | 0.34 | 0.15 | 5.6 | 0.5 | 0.71 |
| Hex | DA | 96 | 8F | 0 | 1F | 22 | F | 6 | 32 | 47 |
| Octal | 332 | 226 | 217 | 0 | 37 | 42 | 17 | 6 | 62 | 107 |
| Binary | 11011010 | 10010110 | 10001111 | 0 | 11111 | 100010 | 1111 | 110 | 110010 | 1000111 |
Color Harmonies of #DA968F
Complementary color
Monochromatic Colors of #DA968F
Black with #DA968F
Text Example
Text Example
White with #DA968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA968F; }
p { color: rgb(218,150,143); }
H1.HeaderClassName
{
color: #DA968F;
}
.AnyTagClassName
{
color: #DA968F;
}
</style>
background-color css
<style>
a { background-color: #DA968F; }
a { background-color: rgb(218,150,143); }
div.DivClassName
{
background-color: #DA968F;
}
.BgClassName
{
background-color: #DA968F;
}
</style>
border-color css
<style>
span { border-color: #DA968F; }
span { border-color: rgb(218,150,143); }
td.TdClassName
{
border-color: #DA968F;
}
.TagClassName
{
border-color: #DA968F;
}
</style>