Shades of Medium Orchid #D13DDA
Tints of Medium Orchid #D13DDA
RGB
CMYK
RGB Variations
Color information
#D13DDA (or 0xD13DDA) is known color: Medium Orchid. HEX triplet: D1, 3D and DA. RGB value is (209,61,218). Sum of RGB (Red+Green+Blue) = 209+61+218=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 61 (24.22% from 255 or 12.5% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #D13DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DDA is #2EC225. Grayscale: #7A7A7A. Windows color (decimal): -3064358 or 14302673. OLE color: 14302673.
HSL color Cylindrical-coordinate representation of color #D13DDA: hue angle of 296.56º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13DDA is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 61 | 218 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.15 |
| HSL | 296.56º | 0.68% | 0.55% | - |
| HSV(B) | 296.56º | 0.72% | 0.85% | - |
| XYZ | 40.62 | 21.95 | 68.43 | - |
| YUV | 123.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 218 | 0.04 | 0.72 | 0 | 0.15 | 296.56 | 0.68 | 0.55 |
| Hex | D1 | 3D | DA | 4 | 48 | 0 | F | 129 | 44 | 37 |
| Octal | 321 | 75 | 332 | 4 | 110 | 0 | 17 | 451 | 104 | 67 |
| Binary | 11010001 | 111101 | 11011010 | 100 | 1001000 | 0 | 1111 | 100101001 | 1000100 | 110111 |
Color Harmonies of #D13DDA
Complementary color
Monochromatic Colors of #D13DDA
Black with #D13DDA
Text Example
Text Example
White with #D13DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13DDA; }
p { color: rgb(209,61,218); }
H1.HeaderClassName
{
color: #D13DDA;
}
.AnyTagClassName
{
color: #D13DDA;
}
</style>
background-color css
<style>
a { background-color: #D13DDA; }
a { background-color: rgb(209,61,218); }
div.DivClassName
{
background-color: #D13DDA;
}
.BgClassName
{
background-color: #D13DDA;
}
</style>
border-color css
<style>
span { border-color: #D13DDA; }
span { border-color: rgb(209,61,218); }
td.TdClassName
{
border-color: #D13DDA;
}
.TagClassName
{
border-color: #D13DDA;
}
</style>