Shades of Violet #DD7BE7
Tints of Violet #DD7BE7
RGB
CMYK
RGB Variations
Color information
#DD7BE7 (or 0xDD7BE7) is known color: Violet. HEX triplet: DD, 7B and E7. RGB value is (221,123,231). Sum of RGB (Red+Green+Blue) = 221+123+231=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD7BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BE7 is #228418. Grayscale: #A4A4A4. Windows color (decimal): -2262041 or 15170525. OLE color: 15170525.
HSL color Cylindrical-coordinate representation of color #DD7BE7: hue angle of 294.44º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7BE7 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 123 | 231 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.09 |
| HSL | 294.44º | 0.69% | 0.69% | - |
| HSV(B) | 294.44º | 0.47% | 0.91% | - |
| XYZ | 51.33 | 35.31 | 79.71 | - |
| YUV | 164.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 231 | 0.04 | 0.47 | 0 | 0.09 | 294.44 | 0.69 | 0.69 |
| Hex | DD | 7B | E7 | 4 | 2F | 0 | 9 | 126 | 45 | 45 |
| Octal | 335 | 173 | 347 | 4 | 57 | 0 | 11 | 446 | 105 | 105 |
| Binary | 11011101 | 1111011 | 11100111 | 100 | 101111 | 0 | 1001 | 100100110 | 1000101 | 1000101 |
Color Harmonies of #DD7BE7
Complementary color
Monochromatic Colors of #DD7BE7
Black with #DD7BE7
Text Example
Text Example
White with #DD7BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BE7; }
p { color: rgb(221,123,231); }
H1.HeaderClassName
{
color: #DD7BE7;
}
.AnyTagClassName
{
color: #DD7BE7;
}
</style>
background-color css
<style>
a { background-color: #DD7BE7; }
a { background-color: rgb(221,123,231); }
div.DivClassName
{
background-color: #DD7BE7;
}
.BgClassName
{
background-color: #DD7BE7;
}
</style>
border-color css
<style>
span { border-color: #DD7BE7; }
span { border-color: rgb(221,123,231); }
td.TdClassName
{
border-color: #DD7BE7;
}
.TagClassName
{
border-color: #DD7BE7;
}
</style>