Shades of Medium Orchid #D033DB
Tints of Medium Orchid #D033DB
RGB
CMYK
RGB Variations
Color information
#D033DB (or 0xD033DB) is known color: Medium Orchid. HEX triplet: D0, 33 and DB. RGB value is (208,51,219). Sum of RGB (Red+Green+Blue) = 208+51+219=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #D033DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033DB is #2FCC24. Grayscale: #747474. Windows color (decimal): -3132453 or 14365648. OLE color: 14365648.
HSL color Cylindrical-coordinate representation of color #D033DB: hue angle of 296.07º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D033DB is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 51 | 219 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.14 |
| HSL | 296.07º | 0.7% | 0.53% | - |
| HSV(B) | 296.07º | 0.77% | 0.86% | - |
| XYZ | 39.98 | 20.89 | 68.94 | - |
| YUV | 117.1 | 185.51 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 219 | 0.05 | 0.77 | 0 | 0.14 | 296.07 | 0.7 | 0.53 |
| Hex | D0 | 33 | DB | 5 | 4D | 0 | E | 128 | 46 | 35 |
| Octal | 320 | 63 | 333 | 5 | 115 | 0 | 16 | 450 | 106 | 65 |
| Binary | 11010000 | 110011 | 11011011 | 101 | 1001101 | 0 | 1110 | 100101000 | 1000110 | 110101 |
Color Harmonies of #D033DB
Complementary color
Monochromatic Colors of #D033DB
Black with #D033DB
Text Example
Text Example
White with #D033DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033DB; }
p { color: rgb(208,51,219); }
H1.HeaderClassName
{
color: #D033DB;
}
.AnyTagClassName
{
color: #D033DB;
}
</style>
background-color css
<style>
a { background-color: #D033DB; }
a { background-color: rgb(208,51,219); }
div.DivClassName
{
background-color: #D033DB;
}
.BgClassName
{
background-color: #D033DB;
}
</style>
border-color css
<style>
span { border-color: #D033DB; }
span { border-color: rgb(208,51,219); }
td.TdClassName
{
border-color: #D033DB;
}
.TagClassName
{
border-color: #D033DB;
}
</style>