Shades of Plum #DA92D1
Tints of Plum #DA92D1
RGB
CMYK
RGB Variations
Color information
#DA92D1 (or 0xDA92D1) is known color: Plum. HEX triplet: DA, 92 and D1. RGB value is (218,146,209). Sum of RGB (Red+Green+Blue) = 218+146+209=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA92D1 is #256D2E. Grayscale: #AEAEAE. Windows color (decimal): -2452783 or 13734618. OLE color: 13734618.
HSL color Cylindrical-coordinate representation of color #DA92D1: hue angle of 307.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA92D1 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 146 | 209 | - |
CMYK | 0 | 0.33 | 0.04 | 0.15 |
HSL | 307.5º | 0.49% | 0.71% | - |
HSV(B) | 307.5º | 0.33% | 0.85% | - |
XYZ | 50.7 | 40.07 | 65.38 | - |
YUV | 174.71 | 147.35 | 158.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 146 | 209 | 0 | 0.33 | 0.04 | 0.15 | 307.5 | 0.49 | 0.71 |
Hex | DA | 92 | D1 | 0 | 21 | 4 | F | 134 | 31 | 47 |
Octal | 332 | 222 | 321 | 0 | 41 | 4 | 17 | 464 | 61 | 107 |
Binary | 11011010 | 10010010 | 11010001 | 0 | 100001 | 100 | 1111 | 100110100 | 110001 | 1000111 |
Color Harmonies of #DA92D1
Complementary color
Monochromatic Colors of #DA92D1
Black with #DA92D1
Text Example
Text Example
White with #DA92D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA92D1; }
p { color: rgb(218,146,209); }
H1.HeaderClassName
{
color: #DA92D1;
}
.AnyTagClassName
{
color: #DA92D1;
}
</style>
background-color css
<style>
a { background-color: #DA92D1; }
a { background-color: rgb(218,146,209); }
div.DivClassName
{
background-color: #DA92D1;
}
.BgClassName
{
background-color: #DA92D1;
}
</style>
border-color css
<style>
span { border-color: #DA92D1; }
span { border-color: rgb(218,146,209); }
td.TdClassName
{
border-color: #DA92D1;
}
.TagClassName
{
border-color: #DA92D1;
}
</style>