Shades of Orchid #DD71D4
Tints of Orchid #DD71D4
RGB
CMYK
RGB Variations
Color information
#DD71D4 (or 0xDD71D4) is known color: Orchid. HEX triplet: DD, 71 and D4. RGB value is (221,113,212). Sum of RGB (Red+Green+Blue) = 221+113+212=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71D4 is #228E2B. Grayscale: #9C9C9C. Windows color (decimal): -2264620 or 13922781. OLE color: 13922781.
HSL color Cylindrical-coordinate representation of color #DD71D4: hue angle of 305º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD71D4 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 113 | 212 | - |
CMYK | 0 | 0.49 | 0.04 | 0.13 |
HSL | 305º | 0.61% | 0.65% | - |
HSV(B) | 305º | 0.49% | 0.87% | - |
XYZ | 47.61 | 31.94 | 65.94 | - |
YUV | 156.58 | 159.28 | 173.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 113 | 212 | 0 | 0.49 | 0.04 | 0.13 | 305 | 0.61 | 0.65 |
Hex | DD | 71 | D4 | 0 | 31 | 4 | D | 131 | 3D | 41 |
Octal | 335 | 161 | 324 | 0 | 61 | 4 | 15 | 461 | 75 | 101 |
Binary | 11011101 | 1110001 | 11010100 | 0 | 110001 | 100 | 1101 | 100110001 | 111101 | 1000001 |
Color Harmonies of #DD71D4
Complementary color
Monochromatic Colors of #DD71D4
Black with #DD71D4
Text Example
Text Example
White with #DD71D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD71D4; }
p { color: rgb(221,113,212); }
H1.HeaderClassName
{
color: #DD71D4;
}
.AnyTagClassName
{
color: #DD71D4;
}
</style>
background-color css
<style>
a { background-color: #DD71D4; }
a { background-color: rgb(221,113,212); }
div.DivClassName
{
background-color: #DD71D4;
}
.BgClassName
{
background-color: #DD71D4;
}
</style>
border-color css
<style>
span { border-color: #DD71D4; }
span { border-color: rgb(221,113,212); }
td.TdClassName
{
border-color: #DD71D4;
}
.TagClassName
{
border-color: #DD71D4;
}
</style>