Shades of Hot Pink #DC65B3
Tints of Hot Pink #DC65B3
RGB
CMYK
RGB Variations
Color information
#DC65B3 (or 0xDC65B3) is known color: Hot Pink. HEX triplet: DC, 65 and B3. RGB value is (220,101,179). Sum of RGB (Red+Green+Blue) = 220+101+179=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65B3 is #239A4C. Grayscale: #919191. Windows color (decimal): -2333261 or 11757020. OLE color: 11757020.
HSL color Cylindrical-coordinate representation of color #DC65B3: hue angle of 320.67º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC65B3 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 179 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.14 |
| HSL | 320.67º | 0.63% | 0.63% | - |
| HSV(B) | 320.67º | 0.54% | 0.86% | - |
| XYZ | 42.31 | 27.78 | 45.78 | - |
| YUV | 145.47 | 146.92 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 179 | 0 | 0.54 | 0.19 | 0.14 | 320.67 | 0.63 | 0.63 |
| Hex | DC | 65 | B3 | 0 | 36 | 13 | E | 141 | 3F | 3F |
| Octal | 334 | 145 | 263 | 0 | 66 | 23 | 16 | 501 | 77 | 77 |
| Binary | 11011100 | 1100101 | 10110011 | 0 | 110110 | 10011 | 1110 | 101000001 | 111111 | 111111 |
Color Harmonies of #DC65B3
Complementary color
Monochromatic Colors of #DC65B3
Black with #DC65B3
Text Example
Text Example
White with #DC65B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65B3; }
p { color: rgb(220,101,179); }
H1.HeaderClassName
{
color: #DC65B3;
}
.AnyTagClassName
{
color: #DC65B3;
}
</style>
background-color css
<style>
a { background-color: #DC65B3; }
a { background-color: rgb(220,101,179); }
div.DivClassName
{
background-color: #DC65B3;
}
.BgClassName
{
background-color: #DC65B3;
}
</style>
border-color css
<style>
span { border-color: #DC65B3; }
span { border-color: rgb(220,101,179); }
td.TdClassName
{
border-color: #DC65B3;
}
.TagClassName
{
border-color: #DC65B3;
}
</style>