Shades of Violet #DD8AF1
Tints of Violet #DD8AF1
RGB
CMYK
RGB Variations
Color information
#DD8AF1 (or 0xDD8AF1) is known color: Violet. HEX triplet: DD, 8A and F1. RGB value is (221,138,241). Sum of RGB (Red+Green+Blue) = 221+138+241=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD8AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8AF1 is #22750E. Grayscale: #AEAEAE. Windows color (decimal): -2258191 or 15829725. OLE color: 15829725.
HSL color Cylindrical-coordinate representation of color #DD8AF1: hue angle of 288.35º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD8AF1 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 138 | 241 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.05 |
| HSL | 288.35º | 0.79% | 0.74% | - |
| HSV(B) | 288.35º | 0.43% | 0.95% | - |
| XYZ | 54.78 | 39.9 | 88.03 | - |
| YUV | 174.56 | 165.5 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 241 | 0.08 | 0.43 | 0 | 0.05 | 288.35 | 0.79 | 0.74 |
| Hex | DD | 8A | F1 | 8 | 2B | 0 | 5 | 120 | 4F | 4A |
| Octal | 335 | 212 | 361 | 10 | 53 | 0 | 5 | 440 | 117 | 112 |
| Binary | 11011101 | 10001010 | 11110001 | 1000 | 101011 | 0 | 101 | 100100000 | 1001111 | 1001010 |
Color Harmonies of #DD8AF1
Complementary color
Monochromatic Colors of #DD8AF1
Black with #DD8AF1
Text Example
Text Example
White with #DD8AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AF1; }
p { color: rgb(221,138,241); }
H1.HeaderClassName
{
color: #DD8AF1;
}
.AnyTagClassName
{
color: #DD8AF1;
}
</style>
background-color css
<style>
a { background-color: #DD8AF1; }
a { background-color: rgb(221,138,241); }
div.DivClassName
{
background-color: #DD8AF1;
}
.BgClassName
{
background-color: #DD8AF1;
}
</style>
border-color css
<style>
span { border-color: #DD8AF1; }
span { border-color: rgb(221,138,241); }
td.TdClassName
{
border-color: #DD8AF1;
}
.TagClassName
{
border-color: #DD8AF1;
}
</style>