Shades of Hippie Pink #B33D55
Tints of Hippie Pink #B33D55
RGB
CMYK
RGB Variations
Color information
#B33D55 (or 0xB33D55) is known color: Hippie Pink. HEX triplet: B3, 3D and 55. RGB value is (179,61,85). Sum of RGB (Red+Green+Blue) = 179+61+85=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33D55 is #4CC2AA. Grayscale: #636363. Windows color (decimal): -5030571 or 5586355. OLE color: 5586355.
HSL color Cylindrical-coordinate representation of color #B33D55: hue angle of 347.8º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33D55 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 85 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.30 |
| HSL | 347.8º | 0.49% | 0.47% | - |
| HSV(B) | 347.8º | 0.66% | 0.7% | - |
| XYZ | 21.9 | 13.58 | 10.06 | - |
| YUV | 99.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 85 | 0 | 0.66 | 0.53 | 0.30 | 347.8 | 0.49 | 0.47 |
| Hex | B3 | 3D | 55 | 0 | 42 | 35 | 1E | 15C | 31 | 2F |
| Octal | 263 | 75 | 125 | 0 | 102 | 65 | 36 | 534 | 61 | 57 |
| Binary | 10110011 | 111101 | 1010101 | 0 | 1000010 | 110101 | 11110 | 101011100 | 110001 | 101111 |
Color Harmonies of #B33D55
Complementary color
Monochromatic Colors of #B33D55
Black with #B33D55
Text Example
Text Example
White with #B33D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D55; }
p { color: rgb(179,61,85); }
H1.HeaderClassName
{
color: #B33D55;
}
.AnyTagClassName
{
color: #B33D55;
}
</style>
background-color css
<style>
a { background-color: #B33D55; }
a { background-color: rgb(179,61,85); }
div.DivClassName
{
background-color: #B33D55;
}
.BgClassName
{
background-color: #B33D55;
}
</style>
border-color css
<style>
span { border-color: #B33D55; }
span { border-color: rgb(179,61,85); }
td.TdClassName
{
border-color: #B33D55;
}
.TagClassName
{
border-color: #B33D55;
}
</style>