Shades of Pale Violet Red #DD6B92
Tints of Pale Violet Red #DD6B92
RGB
CMYK
RGB Variations
Color information
#DD6B92 (or 0xDD6B92) is known color: Pale Violet Red. HEX triplet: DD, 6B and 92. RGB value is (221,107,146). Sum of RGB (Red+Green+Blue) = 221+107+146=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B92 is #22946D. Grayscale: #919191. Windows color (decimal): -2266222 or 9595869. OLE color: 9595869.
HSL color Cylindrical-coordinate representation of color #DD6B92: hue angle of 339.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6B92 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 146 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.13 |
| HSL | 339.47º | 0.63% | 0.64% | - |
| HSV(B) | 339.47º | 0.52% | 0.87% | - |
| XYZ | 40.26 | 27.96 | 30.47 | - |
| YUV | 145.53 | 128.27 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 146 | 0 | 0.52 | 0.34 | 0.13 | 339.47 | 0.63 | 0.64 |
| Hex | DD | 6B | 92 | 0 | 34 | 22 | D | 153 | 3F | 40 |
| Octal | 335 | 153 | 222 | 0 | 64 | 42 | 15 | 523 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10010010 | 0 | 110100 | 100010 | 1101 | 101010011 | 111111 | 1000000 |
Color Harmonies of #DD6B92
Complementary color
Monochromatic Colors of #DD6B92
Black with #DD6B92
Text Example
Text Example
White with #DD6B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B92; }
p { color: rgb(221,107,146); }
H1.HeaderClassName
{
color: #DD6B92;
}
.AnyTagClassName
{
color: #DD6B92;
}
</style>
background-color css
<style>
a { background-color: #DD6B92; }
a { background-color: rgb(221,107,146); }
div.DivClassName
{
background-color: #DD6B92;
}
.BgClassName
{
background-color: #DD6B92;
}
</style>
border-color css
<style>
span { border-color: #DD6B92; }
span { border-color: rgb(221,107,146); }
td.TdClassName
{
border-color: #DD6B92;
}
.TagClassName
{
border-color: #DD6B92;
}
</style>