Shades of Pale Violet Red #DD618B
Tints of Pale Violet Red #DD618B
RGB
CMYK
RGB Variations
Color information
#DD618B (or 0xDD618B) is known color: Pale Violet Red. HEX triplet: DD, 61 and 8B. RGB value is (221,97,139). Sum of RGB (Red+Green+Blue) = 221+97+139=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD618B is #229E74. Grayscale: #8A8A8A. Windows color (decimal): -2268789 or 9134557. OLE color: 9134557.
HSL color Cylindrical-coordinate representation of color #DD618B: hue angle of 339.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD618B is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 97 | 139 | - |
CMYK | 0 | 0.56 | 0.37 | 0.13 |
HSL | 339.68º | 0.65% | 0.62% | - |
HSV(B) | 339.68º | 0.56% | 0.87% | - |
XYZ | 38.75 | 25.79 | 27.36 | - |
YUV | 138.86 | 128.08 | 186.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 97 | 139 | 0 | 0.56 | 0.37 | 0.13 | 339.68 | 0.65 | 0.62 |
Hex | DD | 61 | 8B | 0 | 38 | 25 | D | 154 | 41 | 3E |
Octal | 335 | 141 | 213 | 0 | 70 | 45 | 15 | 524 | 101 | 76 |
Binary | 11011101 | 1100001 | 10001011 | 0 | 111000 | 100101 | 1101 | 101010100 | 1000001 | 111110 |
Color Harmonies of #DD618B
Complementary color
Monochromatic Colors of #DD618B
Black with #DD618B
Text Example
Text Example
White with #DD618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD618B; }
p { color: rgb(221,97,139); }
H1.HeaderClassName
{
color: #DD618B;
}
.AnyTagClassName
{
color: #DD618B;
}
</style>
background-color css
<style>
a { background-color: #DD618B; }
a { background-color: rgb(221,97,139); }
div.DivClassName
{
background-color: #DD618B;
}
.BgClassName
{
background-color: #DD618B;
}
</style>
border-color css
<style>
span { border-color: #DD618B; }
span { border-color: rgb(221,97,139); }
td.TdClassName
{
border-color: #DD618B;
}
.TagClassName
{
border-color: #DD618B;
}
</style>