Shades of Orchid #D572B8
Tints of Orchid #D572B8
RGB
CMYK
RGB Variations
Color information
#D572B8 (or 0xD572B8) is known color: Orchid. HEX triplet: D5, 72 and B8. RGB value is (213,114,184). Sum of RGB (Red+Green+Blue) = 213+114+184=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D572B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572B8 is #2A8D47. Grayscale: #979797. Windows color (decimal): -2788680 or 12088021. OLE color: 12088021.
HSL color Cylindrical-coordinate representation of color #D572B8: hue angle of 317.58º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D572B8 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 184 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.16 |
| HSL | 317.58º | 0.54% | 0.64% | - |
| HSV(B) | 317.58º | 0.46% | 0.84% | - |
| XYZ | 42.11 | 29.64 | 48.85 | - |
| YUV | 151.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 184 | 0 | 0.46 | 0.14 | 0.16 | 317.58 | 0.54 | 0.64 |
| Hex | D5 | 72 | B8 | 0 | 2E | E | 10 | 13E | 36 | 40 |
| Octal | 325 | 162 | 270 | 0 | 56 | 16 | 20 | 476 | 66 | 100 |
| Binary | 11010101 | 1110010 | 10111000 | 0 | 101110 | 1110 | 10000 | 100111110 | 110110 | 1000000 |
Color Harmonies of #D572B8
Complementary color
Monochromatic Colors of #D572B8
Black with #D572B8
Text Example
Text Example
White with #D572B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D572B8; }
p { color: rgb(213,114,184); }
H1.HeaderClassName
{
color: #D572B8;
}
.AnyTagClassName
{
color: #D572B8;
}
</style>
background-color css
<style>
a { background-color: #D572B8; }
a { background-color: rgb(213,114,184); }
div.DivClassName
{
background-color: #D572B8;
}
.BgClassName
{
background-color: #D572B8;
}
</style>
border-color css
<style>
span { border-color: #D572B8; }
span { border-color: rgb(213,114,184); }
td.TdClassName
{
border-color: #D572B8;
}
.TagClassName
{
border-color: #D572B8;
}
</style>