Shades of Kobi #DD94A2
Tints of Kobi #DD94A2
RGB
CMYK
RGB Variations
Color information
#DD94A2 (or 0xDD94A2) is known color: Kobi. HEX triplet: DD, 94 and A2. RGB value is (221,148,162). Sum of RGB (Red+Green+Blue) = 221+148+162=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD94A2 is #226B5D. Grayscale: #ABABAB. Windows color (decimal): -2255710 or 10654941. OLE color: 10654941.
HSL color Cylindrical-coordinate representation of color #DD94A2: hue angle of 348.49º 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 #DD94A2 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 162 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.13 |
| HSL | 348.49º | 0.52% | 0.72% | - |
| HSV(B) | 348.49º | 0.33% | 0.87% | - |
| XYZ | 46.93 | 39.16 | 39.27 | - |
| YUV | 171.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 162 | 0 | 0.33 | 0.27 | 0.13 | 348.49 | 0.52 | 0.72 |
| Hex | DD | 94 | A2 | 0 | 21 | 1B | D | 15C | 34 | 48 |
| Octal | 335 | 224 | 242 | 0 | 41 | 33 | 15 | 534 | 64 | 110 |
| Binary | 11011101 | 10010100 | 10100010 | 0 | 100001 | 11011 | 1101 | 101011100 | 110100 | 1001000 |
Color Harmonies of #DD94A2
Complementary color
Monochromatic Colors of #DD94A2
Black with #DD94A2
Text Example
Text Example
White with #DD94A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94A2; }
p { color: rgb(221,148,162); }
H1.HeaderClassName
{
color: #DD94A2;
}
.AnyTagClassName
{
color: #DD94A2;
}
</style>
background-color css
<style>
a { background-color: #DD94A2; }
a { background-color: rgb(221,148,162); }
div.DivClassName
{
background-color: #DD94A2;
}
.BgClassName
{
background-color: #DD94A2;
}
</style>
border-color css
<style>
span { border-color: #DD94A2; }
span { border-color: rgb(221,148,162); }
td.TdClassName
{
border-color: #DD94A2;
}
.TagClassName
{
border-color: #DD94A2;
}
</style>