Shades of Plum #DDAFE0
Tints of Plum #DDAFE0
RGB
CMYK
RGB Variations
Color information
#DDAFE0 (or 0xDDAFE0) is known color: Plum. HEX triplet: DD, AF and E0. RGB value is (221,175,224). Sum of RGB (Red+Green+Blue) = 221+175+224=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFE0 is #22501F. Grayscale: #C2C2C2. Windows color (decimal): -2248736 or 14725085. OLE color: 14725085.
HSL color Cylindrical-coordinate representation of color #DDAFE0: hue angle of 296.33º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDAFE0 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 221 | 175 | 224 | - |
CMYK | 0.01 | 0.22 | 0 | 0.12 |
HSL | 296.33º | 0.44% | 0.78% | - |
HSV(B) | 296.33º | 0.22% | 0.88% | - |
XYZ | 58.6 | 51.41 | 77.36 | - |
YUV | 194.34 | 144.74 | 147.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 175 | 224 | 0.01 | 0.22 | 0 | 0.12 | 296.33 | 0.44 | 0.78 |
Hex | DD | AF | E0 | 1 | 16 | 0 | C | 128 | 2C | 4E |
Octal | 335 | 257 | 340 | 1 | 26 | 0 | 14 | 450 | 54 | 116 |
Binary | 11011101 | 10101111 | 11100000 | 1 | 10110 | 0 | 1100 | 100101000 | 101100 | 1001110 |
Color Harmonies of #DDAFE0
Complementary color
Monochromatic Colors of #DDAFE0
Black with #DDAFE0
Text Example
Text Example
White with #DDAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFE0; }
p { color: rgb(221,175,224); }
H1.HeaderClassName
{
color: #DDAFE0;
}
.AnyTagClassName
{
color: #DDAFE0;
}
</style>
background-color css
<style>
a { background-color: #DDAFE0; }
a { background-color: rgb(221,175,224); }
div.DivClassName
{
background-color: #DDAFE0;
}
.BgClassName
{
background-color: #DDAFE0;
}
</style>
border-color css
<style>
span { border-color: #DDAFE0; }
span { border-color: rgb(221,175,224); }
td.TdClassName
{
border-color: #DDAFE0;
}
.TagClassName
{
border-color: #DDAFE0;
}
</style>