Shades of Violet #DD8FEC
Tints of Violet #DD8FEC
RGB
CMYK
RGB Variations
Color information
#DD8FEC (or 0xDD8FEC) is known color: Violet. HEX triplet: DD, 8F and EC. RGB value is (221,143,236). Sum of RGB (Red+Green+Blue) = 221+143+236=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD8FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8FEC is #227013. Grayscale: #B0B0B0. Windows color (decimal): -2256916 or 15503325. OLE color: 15503325.
HSL color Cylindrical-coordinate representation of color #DD8FEC: hue angle of 290.32º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8FEC is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 143 | 236 | - |
CMYK | 0.06 | 0.39 | 0 | 0.07 |
HSL | 290.32º | 0.71% | 0.74% | - |
HSV(B) | 290.32º | 0.39% | 0.93% | - |
XYZ | 54.78 | 41.07 | 84.4 | - |
YUV | 176.92 | 161.34 | 159.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 143 | 236 | 0.06 | 0.39 | 0 | 0.07 | 290.32 | 0.71 | 0.74 |
Hex | DD | 8F | EC | 6 | 27 | 0 | 7 | 122 | 47 | 4A |
Octal | 335 | 217 | 354 | 6 | 47 | 0 | 7 | 442 | 107 | 112 |
Binary | 11011101 | 10001111 | 11101100 | 110 | 100111 | 0 | 111 | 100100010 | 1000111 | 1001010 |
Color Harmonies of #DD8FEC
Complementary color
Monochromatic Colors of #DD8FEC
Black with #DD8FEC
Text Example
Text Example
White with #DD8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8FEC; }
p { color: rgb(221,143,236); }
H1.HeaderClassName
{
color: #DD8FEC;
}
.AnyTagClassName
{
color: #DD8FEC;
}
</style>
background-color css
<style>
a { background-color: #DD8FEC; }
a { background-color: rgb(221,143,236); }
div.DivClassName
{
background-color: #DD8FEC;
}
.BgClassName
{
background-color: #DD8FEC;
}
</style>
border-color css
<style>
span { border-color: #DD8FEC; }
span { border-color: rgb(221,143,236); }
td.TdClassName
{
border-color: #DD8FEC;
}
.TagClassName
{
border-color: #DD8FEC;
}
</style>