Shades of Kobi #DD80B1
Tints of Kobi #DD80B1
RGB
CMYK
RGB Variations
Color information
#DD80B1 (or 0xDD80B1) is known color: Kobi. HEX triplet: DD, 80 and B1. RGB value is (221,128,177). Sum of RGB (Red+Green+Blue) = 221+128+177=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD80B1 is #227F4E. Grayscale: #A1A1A1. Windows color (decimal): -2260815 or 11632861. OLE color: 11632861.
HSL color Cylindrical-coordinate representation of color #DD80B1: hue angle of 328.39º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80B1 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 177 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.13 |
| HSL | 328.39º | 0.58% | 0.68% | - |
| HSV(B) | 328.39º | 0.42% | 0.87% | - |
| XYZ | 45.47 | 33.98 | 45.76 | - |
| YUV | 161.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 177 | 0 | 0.42 | 0.20 | 0.13 | 328.39 | 0.58 | 0.68 |
| Hex | DD | 80 | B1 | 0 | 2A | 14 | D | 148 | 3A | 44 |
| Octal | 335 | 200 | 261 | 0 | 52 | 24 | 15 | 510 | 72 | 104 |
| Binary | 11011101 | 10000000 | 10110001 | 0 | 101010 | 10100 | 1101 | 101001000 | 111010 | 1000100 |
Color Harmonies of #DD80B1
Complementary color
Monochromatic Colors of #DD80B1
Black with #DD80B1
Text Example
Text Example
White with #DD80B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80B1; }
p { color: rgb(221,128,177); }
H1.HeaderClassName
{
color: #DD80B1;
}
.AnyTagClassName
{
color: #DD80B1;
}
</style>
background-color css
<style>
a { background-color: #DD80B1; }
a { background-color: rgb(221,128,177); }
div.DivClassName
{
background-color: #DD80B1;
}
.BgClassName
{
background-color: #DD80B1;
}
</style>
border-color css
<style>
span { border-color: #DD80B1; }
span { border-color: rgb(221,128,177); }
td.TdClassName
{
border-color: #DD80B1;
}
.TagClassName
{
border-color: #DD80B1;
}
</style>