Shades of Hot Pink #DC69B4
Tints of Hot Pink #DC69B4
RGB
CMYK
RGB Variations
Color information
#DC69B4 (or 0xDC69B4) is known color: Hot Pink. HEX triplet: DC, 69 and B4. RGB value is (220,105,180). Sum of RGB (Red+Green+Blue) = 220+105+180=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69B4 is #23964B. Grayscale: #939393. Windows color (decimal): -2332236 or 11823580. OLE color: 11823580.
HSL color Cylindrical-coordinate representation of color #DC69B4: hue angle of 320.87º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC69B4 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 180 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.14 |
| HSL | 320.87º | 0.62% | 0.64% | - |
| HSV(B) | 320.87º | 0.52% | 0.86% | - |
| XYZ | 42.81 | 28.61 | 46.45 | - |
| YUV | 147.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 180 | 0 | 0.52 | 0.18 | 0.14 | 320.87 | 0.62 | 0.64 |
| Hex | DC | 69 | B4 | 0 | 34 | 12 | E | 141 | 3E | 40 |
| Octal | 334 | 151 | 264 | 0 | 64 | 22 | 16 | 501 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10110100 | 0 | 110100 | 10010 | 1110 | 101000001 | 111110 | 1000000 |
Color Harmonies of #DC69B4
Complementary color
Monochromatic Colors of #DC69B4
Black with #DC69B4
Text Example
Text Example
White with #DC69B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69B4; }
p { color: rgb(220,105,180); }
H1.HeaderClassName
{
color: #DC69B4;
}
.AnyTagClassName
{
color: #DC69B4;
}
</style>
background-color css
<style>
a { background-color: #DC69B4; }
a { background-color: rgb(220,105,180); }
div.DivClassName
{
background-color: #DC69B4;
}
.BgClassName
{
background-color: #DC69B4;
}
</style>
border-color css
<style>
span { border-color: #DC69B4; }
span { border-color: rgb(220,105,180); }
td.TdClassName
{
border-color: #DC69B4;
}
.TagClassName
{
border-color: #DC69B4;
}
</style>