Shades of Violet #DD8FF4
Tints of Violet #DD8FF4
RGB
CMYK
RGB Variations
Color information
#DD8FF4 (or 0xDD8FF4) is known color: Violet. HEX triplet: DD, 8F and F4. RGB value is (221,143,244). Sum of RGB (Red+Green+Blue) = 221+143+244=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 244 - color contains mainly: blue. Hex color #DD8FF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8FF4 is #22700B. Grayscale: #B1B1B1. Windows color (decimal): -2256908 or 16027613. OLE color: 16027613.
HSL color Cylindrical-coordinate representation of color #DD8FF4: hue angle of 286.34º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8FF4 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 143 | 244 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.04 |
| HSL | 286.34º | 0.82% | 0.76% | - |
| HSV(B) | 286.34º | 0.41% | 0.96% | - |
| XYZ | 55.97 | 41.55 | 90.66 | - |
| YUV | 177.84 | 165.34 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 244 | 0.09 | 0.41 | 0 | 0.04 | 286.34 | 0.82 | 0.76 |
| Hex | DD | 8F | F4 | 9 | 29 | 0 | 4 | 11E | 52 | 4C |
| Octal | 335 | 217 | 364 | 11 | 51 | 0 | 4 | 436 | 122 | 114 |
| Binary | 11011101 | 10001111 | 11110100 | 1001 | 101001 | 0 | 100 | 100011110 | 1010010 | 1001100 |
Color Harmonies of #DD8FF4
Complementary color
Monochromatic Colors of #DD8FF4
Black with #DD8FF4
Text Example
Text Example
White with #DD8FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8FF4; }
p { color: rgb(221,143,244); }
H1.HeaderClassName
{
color: #DD8FF4;
}
.AnyTagClassName
{
color: #DD8FF4;
}
</style>
background-color css
<style>
a { background-color: #DD8FF4; }
a { background-color: rgb(221,143,244); }
div.DivClassName
{
background-color: #DD8FF4;
}
.BgClassName
{
background-color: #DD8FF4;
}
</style>
border-color css
<style>
span { border-color: #DD8FF4; }
span { border-color: rgb(221,143,244); }
td.TdClassName
{
border-color: #DD8FF4;
}
.TagClassName
{
border-color: #DD8FF4;
}
</style>