Shades of Kobi #DD8FB4
Tints of Kobi #DD8FB4
RGB
CMYK
RGB Variations
Color information
#DD8FB4 (or 0xDD8FB4) is known color: Kobi. HEX triplet: DD, 8F and B4. RGB value is (221,143,180). Sum of RGB (Red+Green+Blue) = 221+143+180=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FB4 is #22704B. Grayscale: #AAAAAA. Windows color (decimal): -2256972 or 11833309. OLE color: 11833309.
HSL color Cylindrical-coordinate representation of color #DD8FB4: hue angle of 331.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD8FB4 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 180 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.13 |
| HSL | 331.54º | 0.53% | 0.71% | - |
| HSV(B) | 331.54º | 0.35% | 0.87% | - |
| XYZ | 47.88 | 38.31 | 48.05 | - |
| YUV | 170.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 180 | 0 | 0.35 | 0.19 | 0.13 | 331.54 | 0.53 | 0.71 |
| Hex | DD | 8F | B4 | 0 | 23 | 13 | D | 14C | 35 | 47 |
| Octal | 335 | 217 | 264 | 0 | 43 | 23 | 15 | 514 | 65 | 107 |
| Binary | 11011101 | 10001111 | 10110100 | 0 | 100011 | 10011 | 1101 | 101001100 | 110101 | 1000111 |
Color Harmonies of #DD8FB4
Complementary color
Monochromatic Colors of #DD8FB4
Black with #DD8FB4
Text Example
Text Example
White with #DD8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8FB4; }
p { color: rgb(221,143,180); }
H1.HeaderClassName
{
color: #DD8FB4;
}
.AnyTagClassName
{
color: #DD8FB4;
}
</style>
background-color css
<style>
a { background-color: #DD8FB4; }
a { background-color: rgb(221,143,180); }
div.DivClassName
{
background-color: #DD8FB4;
}
.BgClassName
{
background-color: #DD8FB4;
}
</style>
border-color css
<style>
span { border-color: #DD8FB4; }
span { border-color: rgb(221,143,180); }
td.TdClassName
{
border-color: #DD8FB4;
}
.TagClassName
{
border-color: #DD8FB4;
}
</style>