Shades of Violet #DD8CF1
Tints of Violet #DD8CF1
RGB
CMYK
RGB Variations
Color information
#DD8CF1 (or 0xDD8CF1) is known color: Violet. HEX triplet: DD, 8C and F1. RGB value is (221,140,241). Sum of RGB (Red+Green+Blue) = 221+140+241=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD8CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8CF1 is #22730E. Grayscale: #AFAFAF. Windows color (decimal): -2257679 or 15830237. OLE color: 15830237.
HSL color Cylindrical-coordinate representation of color #DD8CF1: hue angle of 288.12º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8CF1 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 140 | 241 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.05 |
| HSL | 288.12º | 0.78% | 0.75% | - |
| HSV(B) | 288.12º | 0.42% | 0.95% | - |
| XYZ | 55.07 | 40.48 | 88.13 | - |
| YUV | 175.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 241 | 0.08 | 0.42 | 0 | 0.05 | 288.12 | 0.78 | 0.75 |
| Hex | DD | 8C | F1 | 8 | 2A | 0 | 5 | 120 | 4E | 4B |
| Octal | 335 | 214 | 361 | 10 | 52 | 0 | 5 | 440 | 116 | 113 |
| Binary | 11011101 | 10001100 | 11110001 | 1000 | 101010 | 0 | 101 | 100100000 | 1001110 | 1001011 |
Color Harmonies of #DD8CF1
Complementary color
Monochromatic Colors of #DD8CF1
Black with #DD8CF1
Text Example
Text Example
White with #DD8CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8CF1; }
p { color: rgb(221,140,241); }
H1.HeaderClassName
{
color: #DD8CF1;
}
.AnyTagClassName
{
color: #DD8CF1;
}
</style>
background-color css
<style>
a { background-color: #DD8CF1; }
a { background-color: rgb(221,140,241); }
div.DivClassName
{
background-color: #DD8CF1;
}
.BgClassName
{
background-color: #DD8CF1;
}
</style>
border-color css
<style>
span { border-color: #DD8CF1; }
span { border-color: rgb(221,140,241); }
td.TdClassName
{
border-color: #DD8CF1;
}
.TagClassName
{
border-color: #DD8CF1;
}
</style>