Shades of Brilliant Rose #DD4CB0
Tints of Brilliant Rose #DD4CB0
RGB
CMYK
RGB Variations
Color information
#DD4CB0 (or 0xDD4CB0) is known color: Brilliant Rose. HEX triplet: DD, 4C and B0. RGB value is (221,76,176). Sum of RGB (Red+Green+Blue) = 221+76+176=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4CB0 is #22B34F. Grayscale: #828282. Windows color (decimal): -2274128 or 11554013. OLE color: 11554013.
HSL color Cylindrical-coordinate representation of color #DD4CB0: hue angle of 318.62º 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 #DD4CB0 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 176 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.13 |
| HSL | 318.62º | 0.68% | 0.58% | - |
| HSV(B) | 318.62º | 0.66% | 0.87% | - |
| XYZ | 40.24 | 23.68 | 43.52 | - |
| YUV | 130.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 176 | 0 | 0.66 | 0.20 | 0.13 | 318.62 | 0.68 | 0.58 |
| Hex | DD | 4C | B0 | 0 | 42 | 14 | D | 13F | 44 | 3A |
| Octal | 335 | 114 | 260 | 0 | 102 | 24 | 15 | 477 | 104 | 72 |
| Binary | 11011101 | 1001100 | 10110000 | 0 | 1000010 | 10100 | 1101 | 100111111 | 1000100 | 111010 |
Color Harmonies of #DD4CB0
Complementary color
Monochromatic Colors of #DD4CB0
Black with #DD4CB0
Text Example
Text Example
White with #DD4CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4CB0; }
p { color: rgb(221,76,176); }
H1.HeaderClassName
{
color: #DD4CB0;
}
.AnyTagClassName
{
color: #DD4CB0;
}
</style>
background-color css
<style>
a { background-color: #DD4CB0; }
a { background-color: rgb(221,76,176); }
div.DivClassName
{
background-color: #DD4CB0;
}
.BgClassName
{
background-color: #DD4CB0;
}
</style>
border-color css
<style>
span { border-color: #DD4CB0; }
span { border-color: rgb(221,76,176); }
td.TdClassName
{
border-color: #DD4CB0;
}
.TagClassName
{
border-color: #DD4CB0;
}
</style>