Shades of Kobi #DD80B2
Tints of Kobi #DD80B2
RGB
CMYK
RGB Variations
Color information
#DD80B2 (or 0xDD80B2) is known color: Kobi. HEX triplet: DD, 80 and B2. RGB value is (221,128,178). Sum of RGB (Red+Green+Blue) = 221+128+178=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD80B2 is #227F4D. Grayscale: #A1A1A1. Windows color (decimal): -2260814 or 11698397. OLE color: 11698397.
HSL color Cylindrical-coordinate representation of color #DD80B2: hue angle of 327.74º 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 #DD80B2 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 178 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.13 |
| HSL | 327.74º | 0.58% | 0.68% | - |
| HSV(B) | 327.74º | 0.42% | 0.87% | - |
| XYZ | 45.57 | 34.02 | 46.28 | - |
| YUV | 161.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 178 | 0 | 0.42 | 0.19 | 0.13 | 327.74 | 0.58 | 0.68 |
| Hex | DD | 80 | B2 | 0 | 2A | 13 | D | 148 | 3A | 44 |
| Octal | 335 | 200 | 262 | 0 | 52 | 23 | 15 | 510 | 72 | 104 |
| Binary | 11011101 | 10000000 | 10110010 | 0 | 101010 | 10011 | 1101 | 101001000 | 111010 | 1000100 |
Color Harmonies of #DD80B2
Complementary color
Monochromatic Colors of #DD80B2
Black with #DD80B2
Text Example
Text Example
White with #DD80B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80B2; }
p { color: rgb(221,128,178); }
H1.HeaderClassName
{
color: #DD80B2;
}
.AnyTagClassName
{
color: #DD80B2;
}
</style>
background-color css
<style>
a { background-color: #DD80B2; }
a { background-color: rgb(221,128,178); }
div.DivClassName
{
background-color: #DD80B2;
}
.BgClassName
{
background-color: #DD80B2;
}
</style>
border-color css
<style>
span { border-color: #DD80B2; }
span { border-color: rgb(221,128,178); }
td.TdClassName
{
border-color: #DD80B2;
}
.TagClassName
{
border-color: #DD80B2;
}
</style>