Shades of Brilliant Rose #DD4BAF
Tints of Brilliant Rose #DD4BAF
RGB
CMYK
RGB Variations
Color information
#DD4BAF (or 0xDD4BAF) is known color: Brilliant Rose. HEX triplet: DD, 4B and AF. RGB value is (221,75,175). Sum of RGB (Red+Green+Blue) = 221+75+175=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4BAF is #22B450. Grayscale: #818181. Windows color (decimal): -2274385 or 11488221. OLE color: 11488221.
HSL color Cylindrical-coordinate representation of color #DD4BAF: hue angle of 318.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4BAF is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 175 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.13 |
| HSL | 318.9º | 0.68% | 0.58% | - |
| HSV(B) | 318.9º | 0.66% | 0.87% | - |
| XYZ | 40.07 | 23.5 | 42.98 | - |
| YUV | 130.05 | 153.37 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 175 | 0 | 0.66 | 0.21 | 0.13 | 318.9 | 0.68 | 0.58 |
| Hex | DD | 4B | AF | 0 | 42 | 15 | D | 13F | 44 | 3A |
| Octal | 335 | 113 | 257 | 0 | 102 | 25 | 15 | 477 | 104 | 72 |
| Binary | 11011101 | 1001011 | 10101111 | 0 | 1000010 | 10101 | 1101 | 100111111 | 1000100 | 111010 |
Color Harmonies of #DD4BAF
Complementary color
Monochromatic Colors of #DD4BAF
Black with #DD4BAF
Text Example
Text Example
White with #DD4BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4BAF; }
p { color: rgb(221,75,175); }
H1.HeaderClassName
{
color: #DD4BAF;
}
.AnyTagClassName
{
color: #DD4BAF;
}
</style>
background-color css
<style>
a { background-color: #DD4BAF; }
a { background-color: rgb(221,75,175); }
div.DivClassName
{
background-color: #DD4BAF;
}
.BgClassName
{
background-color: #DD4BAF;
}
</style>
border-color css
<style>
span { border-color: #DD4BAF; }
span { border-color: rgb(221,75,175); }
td.TdClassName
{
border-color: #DD4BAF;
}
.TagClassName
{
border-color: #DD4BAF;
}
</style>