Shades of Orchid #DA69B8
Tints of Orchid #DA69B8
RGB
CMYK
RGB Variations
Color information
#DA69B8 (or 0xDA69B8) is known color: Orchid. HEX triplet: DA, 69 and B8. RGB value is (218,105,184). Sum of RGB (Red+Green+Blue) = 218+105+184=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69B8 is #259647. Grayscale: #939393. Windows color (decimal): -2463304 or 12085722. OLE color: 12085722.
HSL color Cylindrical-coordinate representation of color #DA69B8: hue angle of 318.05º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA69B8 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 184 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.15 |
| HSL | 318.05º | 0.6% | 0.63% | - |
| HSV(B) | 318.05º | 0.52% | 0.85% | - |
| XYZ | 42.62 | 28.47 | 48.6 | - |
| YUV | 147.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 184 | 0 | 0.52 | 0.16 | 0.15 | 318.05 | 0.6 | 0.63 |
| Hex | DA | 69 | B8 | 0 | 34 | 10 | F | 13E | 3C | 3F |
| Octal | 332 | 151 | 270 | 0 | 64 | 20 | 17 | 476 | 74 | 77 |
| Binary | 11011010 | 1101001 | 10111000 | 0 | 110100 | 10000 | 1111 | 100111110 | 111100 | 111111 |
Color Harmonies of #DA69B8
Complementary color
Monochromatic Colors of #DA69B8
Black with #DA69B8
Text Example
Text Example
White with #DA69B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69B8; }
p { color: rgb(218,105,184); }
H1.HeaderClassName
{
color: #DA69B8;
}
.AnyTagClassName
{
color: #DA69B8;
}
</style>
background-color css
<style>
a { background-color: #DA69B8; }
a { background-color: rgb(218,105,184); }
div.DivClassName
{
background-color: #DA69B8;
}
.BgClassName
{
background-color: #DA69B8;
}
</style>
border-color css
<style>
span { border-color: #DA69B8; }
span { border-color: rgb(218,105,184); }
td.TdClassName
{
border-color: #DA69B8;
}
.TagClassName
{
border-color: #DA69B8;
}
</style>