Shades of Kobi #DD94A1
Tints of Kobi #DD94A1
RGB
CMYK
RGB Variations
Color information
#DD94A1 (or 0xDD94A1) is known color: Kobi. HEX triplet: DD, 94 and A1. RGB value is (221,148,161). Sum of RGB (Red+Green+Blue) = 221+148+161=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD94A1 is #226B5E. Grayscale: #ABABAB. Windows color (decimal): -2255711 or 10589405. OLE color: 10589405.
HSL color Cylindrical-coordinate representation of color #DD94A1: hue angle of 349.32º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD94A1 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 161 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.13 |
| HSL | 349.32º | 0.52% | 0.72% | - |
| HSV(B) | 349.32º | 0.33% | 0.87% | - |
| XYZ | 46.84 | 39.13 | 38.8 | - |
| YUV | 171.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 161 | 0 | 0.33 | 0.27 | 0.13 | 349.32 | 0.52 | 0.72 |
| Hex | DD | 94 | A1 | 0 | 21 | 1B | D | 15D | 34 | 48 |
| Octal | 335 | 224 | 241 | 0 | 41 | 33 | 15 | 535 | 64 | 110 |
| Binary | 11011101 | 10010100 | 10100001 | 0 | 100001 | 11011 | 1101 | 101011101 | 110100 | 1001000 |
Color Harmonies of #DD94A1
Complementary color
Monochromatic Colors of #DD94A1
Black with #DD94A1
Text Example
Text Example
White with #DD94A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94A1; }
p { color: rgb(221,148,161); }
H1.HeaderClassName
{
color: #DD94A1;
}
.AnyTagClassName
{
color: #DD94A1;
}
</style>
background-color css
<style>
a { background-color: #DD94A1; }
a { background-color: rgb(221,148,161); }
div.DivClassName
{
background-color: #DD94A1;
}
.BgClassName
{
background-color: #DD94A1;
}
</style>
border-color css
<style>
span { border-color: #DD94A1; }
span { border-color: rgb(221,148,161); }
td.TdClassName
{
border-color: #DD94A1;
}
.TagClassName
{
border-color: #DD94A1;
}
</style>