Shades of Thistle #D5AFDA
Tints of Thistle #D5AFDA
RGB
CMYK
RGB Variations
Color information
#D5AFDA (or 0xD5AFDA) is known color: Thistle. HEX triplet: D5, AF and DA. RGB value is (213,175,218). Sum of RGB (Red+Green+Blue) = 213+175+218=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFDA is #2A5025. Grayscale: #BFBFBF. Windows color (decimal): -2773030 or 14331861. OLE color: 14331861.
HSL color Cylindrical-coordinate representation of color #D5AFDA: hue angle of 293.02º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AFDA is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 175 | 218 | - |
CMYK | 0.02 | 0.20 | 0 | 0.15 |
HSL | 293.02º | 0.37% | 0.77% | - |
HSV(B) | 293.02º | 0.2% | 0.85% | - |
XYZ | 55.43 | 49.87 | 73.03 | - |
YUV | 191.26 | 143.09 | 143.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 175 | 218 | 0.02 | 0.20 | 0 | 0.15 | 293.02 | 0.37 | 0.77 |
Hex | D5 | AF | DA | 2 | 14 | 0 | F | 125 | 25 | 4D |
Octal | 325 | 257 | 332 | 2 | 24 | 0 | 17 | 445 | 45 | 115 |
Binary | 11010101 | 10101111 | 11011010 | 10 | 10100 | 0 | 1111 | 100100101 | 100101 | 1001101 |
Color Harmonies of #D5AFDA
Complementary color
Monochromatic Colors of #D5AFDA
Black with #D5AFDA
Text Example
Text Example
White with #D5AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AFDA; }
p { color: rgb(213,175,218); }
H1.HeaderClassName
{
color: #D5AFDA;
}
.AnyTagClassName
{
color: #D5AFDA;
}
</style>
background-color css
<style>
a { background-color: #D5AFDA; }
a { background-color: rgb(213,175,218); }
div.DivClassName
{
background-color: #D5AFDA;
}
.BgClassName
{
background-color: #D5AFDA;
}
</style>
border-color css
<style>
span { border-color: #D5AFDA; }
span { border-color: rgb(213,175,218); }
td.TdClassName
{
border-color: #D5AFDA;
}
.TagClassName
{
border-color: #D5AFDA;
}
</style>