Shades of Brilliant Rose #DC4BAE
Tints of Brilliant Rose #DC4BAE
RGB
CMYK
RGB Variations
Color information
#DC4BAE (or 0xDC4BAE) is known color: Brilliant Rose. HEX triplet: DC, 4B and AE. RGB value is (220,75,174). Sum of RGB (Red+Green+Blue) = 220+75+174=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4BAE is #23B451. Grayscale: #818181. Windows color (decimal): -2339922 or 11422684. OLE color: 11422684.
HSL color Cylindrical-coordinate representation of color #DC4BAE: hue angle of 319.03º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4BAE is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 174 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.14 |
| HSL | 319.03º | 0.67% | 0.58% | - |
| HSV(B) | 319.03º | 0.66% | 0.86% | - |
| XYZ | 39.67 | 23.3 | 42.45 | - |
| YUV | 129.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 174 | 0 | 0.66 | 0.21 | 0.14 | 319.03 | 0.67 | 0.58 |
| Hex | DC | 4B | AE | 0 | 42 | 15 | E | 13F | 43 | 3A |
| Octal | 334 | 113 | 256 | 0 | 102 | 25 | 16 | 477 | 103 | 72 |
| Binary | 11011100 | 1001011 | 10101110 | 0 | 1000010 | 10101 | 1110 | 100111111 | 1000011 | 111010 |
Color Harmonies of #DC4BAE
Complementary color
Monochromatic Colors of #DC4BAE
Black with #DC4BAE
Text Example
Text Example
White with #DC4BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4BAE; }
p { color: rgb(220,75,174); }
H1.HeaderClassName
{
color: #DC4BAE;
}
.AnyTagClassName
{
color: #DC4BAE;
}
</style>
background-color css
<style>
a { background-color: #DC4BAE; }
a { background-color: rgb(220,75,174); }
div.DivClassName
{
background-color: #DC4BAE;
}
.BgClassName
{
background-color: #DC4BAE;
}
</style>
border-color css
<style>
span { border-color: #DC4BAE; }
span { border-color: rgb(220,75,174); }
td.TdClassName
{
border-color: #DC4BAE;
}
.TagClassName
{
border-color: #DC4BAE;
}
</style>