Shades of Brilliant Rose #DD45AF
Tints of Brilliant Rose #DD45AF
RGB
CMYK
RGB Variations
Color information
#DD45AF (or 0xDD45AF) is known color: Brilliant Rose. HEX triplet: DD, 45 and AF. RGB value is (221,69,175). Sum of RGB (Red+Green+Blue) = 221+69+175=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD45AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD45AF is #22BA50. Grayscale: #7E7E7E. Windows color (decimal): -2275921 or 11486685. OLE color: 11486685.
HSL color Cylindrical-coordinate representation of color #DD45AF: hue angle of 318.16º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD45AF is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 175 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.13 |
| HSL | 318.16º | 0.69% | 0.57% | - |
| HSV(B) | 318.16º | 0.69% | 0.87% | - |
| XYZ | 39.68 | 22.72 | 42.85 | - |
| YUV | 126.53 | 155.36 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 175 | 0 | 0.69 | 0.21 | 0.13 | 318.16 | 0.69 | 0.57 |
| Hex | DD | 45 | AF | 0 | 45 | 15 | D | 13E | 45 | 39 |
| Octal | 335 | 105 | 257 | 0 | 105 | 25 | 15 | 476 | 105 | 71 |
| Binary | 11011101 | 1000101 | 10101111 | 0 | 1000101 | 10101 | 1101 | 100111110 | 1000101 | 111001 |
Color Harmonies of #DD45AF
Complementary color
Monochromatic Colors of #DD45AF
Black with #DD45AF
Text Example
Text Example
White with #DD45AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD45AF; }
p { color: rgb(221,69,175); }
H1.HeaderClassName
{
color: #DD45AF;
}
.AnyTagClassName
{
color: #DD45AF;
}
</style>
background-color css
<style>
a { background-color: #DD45AF; }
a { background-color: rgb(221,69,175); }
div.DivClassName
{
background-color: #DD45AF;
}
.BgClassName
{
background-color: #DD45AF;
}
</style>
border-color css
<style>
span { border-color: #DD45AF; }
span { border-color: rgb(221,69,175); }
td.TdClassName
{
border-color: #DD45AF;
}
.TagClassName
{
border-color: #DD45AF;
}
</style>