Shades of Orchid #DD6BDF
Tints of Orchid #DD6BDF
RGB
CMYK
RGB Variations
Color information
#DD6BDF (or 0xDD6BDF) is known color: Orchid. HEX triplet: DD, 6B and DF. RGB value is (221,107,223). Sum of RGB (Red+Green+Blue) = 221+107+223=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD6BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BDF is #229420. Grayscale: #999999. Windows color (decimal): -2266145 or 14642141. OLE color: 14642141.
HSL color Cylindrical-coordinate representation of color #DD6BDF: hue angle of 298.97º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BDF is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 107 | 223 | - |
CMYK | 0.01 | 0.52 | 0 | 0.13 |
HSL | 298.97º | 0.64% | 0.65% | - |
HSV(B) | 298.97º | 0.52% | 0.87% | - |
XYZ | 48.4 | 31.22 | 73.29 | - |
YUV | 154.31 | 166.77 | 175.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 107 | 223 | 0.01 | 0.52 | 0 | 0.13 | 298.97 | 0.64 | 0.65 |
Hex | DD | 6B | DF | 1 | 34 | 0 | D | 12B | 40 | 41 |
Octal | 335 | 153 | 337 | 1 | 64 | 0 | 15 | 453 | 100 | 101 |
Binary | 11011101 | 1101011 | 11011111 | 1 | 110100 | 0 | 1101 | 100101011 | 1000000 | 1000001 |
Color Harmonies of #DD6BDF
Complementary color
Monochromatic Colors of #DD6BDF
Black with #DD6BDF
Text Example
Text Example
White with #DD6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BDF; }
p { color: rgb(221,107,223); }
H1.HeaderClassName
{
color: #DD6BDF;
}
.AnyTagClassName
{
color: #DD6BDF;
}
</style>
background-color css
<style>
a { background-color: #DD6BDF; }
a { background-color: rgb(221,107,223); }
div.DivClassName
{
background-color: #DD6BDF;
}
.BgClassName
{
background-color: #DD6BDF;
}
</style>
border-color css
<style>
span { border-color: #DD6BDF; }
span { border-color: rgb(221,107,223); }
td.TdClassName
{
border-color: #DD6BDF;
}
.TagClassName
{
border-color: #DD6BDF;
}
</style>