Shades of Hippie Pink #B33D53
Tints of Hippie Pink #B33D53
RGB
CMYK
RGB Variations
Color information
#B33D53 (or 0xB33D53) is known color: Hippie Pink. HEX triplet: B3, 3D and 53. RGB value is (179,61,83). Sum of RGB (Red+Green+Blue) = 179+61+83=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33D53 is #4CC2AC. Grayscale: #626262. Windows color (decimal): -5030573 or 5455283. OLE color: 5455283.
HSL color Cylindrical-coordinate representation of color #B33D53: hue angle of 348.81º 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 #B33D53 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 83 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.30 |
| HSL | 348.81º | 0.49% | 0.47% | - |
| HSV(B) | 348.81º | 0.66% | 0.7% | - |
| XYZ | 21.82 | 13.55 | 9.65 | - |
| YUV | 98.79 | 119.09 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 83 | 0 | 0.66 | 0.54 | 0.30 | 348.81 | 0.49 | 0.47 |
| Hex | B3 | 3D | 53 | 0 | 42 | 36 | 1E | 15D | 31 | 2F |
| Octal | 263 | 75 | 123 | 0 | 102 | 66 | 36 | 535 | 61 | 57 |
| Binary | 10110011 | 111101 | 1010011 | 0 | 1000010 | 110110 | 11110 | 101011101 | 110001 | 101111 |
Color Harmonies of #B33D53
Complementary color
Monochromatic Colors of #B33D53
Black with #B33D53
Text Example
Text Example
White with #B33D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D53; }
p { color: rgb(179,61,83); }
H1.HeaderClassName
{
color: #B33D53;
}
.AnyTagClassName
{
color: #B33D53;
}
</style>
background-color css
<style>
a { background-color: #B33D53; }
a { background-color: rgb(179,61,83); }
div.DivClassName
{
background-color: #B33D53;
}
.BgClassName
{
background-color: #B33D53;
}
</style>
border-color css
<style>
span { border-color: #B33D53; }
span { border-color: rgb(179,61,83); }
td.TdClassName
{
border-color: #B33D53;
}
.TagClassName
{
border-color: #B33D53;
}
</style>