Shades of Hot Pink #DA67B2
Tints of Hot Pink #DA67B2
RGB
CMYK
RGB Variations
Color information
#DA67B2 (or 0xDA67B2) is known color: Hot Pink. HEX triplet: DA, 67 and B2. RGB value is (218,103,178). Sum of RGB (Red+Green+Blue) = 218+103+178=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA67B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA67B2 is #25984D. Grayscale: #919191. Windows color (decimal): -2463822 or 11691994. OLE color: 11691994.
HSL color Cylindrical-coordinate representation of color #DA67B2: hue angle of 320.87º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA67B2 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 178 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.15 |
| HSL | 320.87º | 0.61% | 0.63% | - |
| HSV(B) | 320.87º | 0.53% | 0.85% | - |
| XYZ | 41.8 | 27.82 | 45.29 | - |
| YUV | 145.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 178 | 0 | 0.53 | 0.18 | 0.15 | 320.87 | 0.61 | 0.63 |
| Hex | DA | 67 | B2 | 0 | 35 | 12 | F | 141 | 3D | 3F |
| Octal | 332 | 147 | 262 | 0 | 65 | 22 | 17 | 501 | 75 | 77 |
| Binary | 11011010 | 1100111 | 10110010 | 0 | 110101 | 10010 | 1111 | 101000001 | 111101 | 111111 |
Color Harmonies of #DA67B2
Complementary color
Monochromatic Colors of #DA67B2
Black with #DA67B2
Text Example
Text Example
White with #DA67B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA67B2; }
p { color: rgb(218,103,178); }
H1.HeaderClassName
{
color: #DA67B2;
}
.AnyTagClassName
{
color: #DA67B2;
}
</style>
background-color css
<style>
a { background-color: #DA67B2; }
a { background-color: rgb(218,103,178); }
div.DivClassName
{
background-color: #DA67B2;
}
.BgClassName
{
background-color: #DA67B2;
}
</style>
border-color css
<style>
span { border-color: #DA67B2; }
span { border-color: rgb(218,103,178); }
td.TdClassName
{
border-color: #DA67B2;
}
.TagClassName
{
border-color: #DA67B2;
}
</style>