Shades of Kobi #DD94A4
Tints of Kobi #DD94A4
RGB
CMYK
RGB Variations
Color information
#DD94A4 (or 0xDD94A4) is known color: Kobi. HEX triplet: DD, 94 and A4. RGB value is (221,148,164). Sum of RGB (Red+Green+Blue) = 221+148+164=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD94A4 is #226B5B. Grayscale: #ABABAB. Windows color (decimal): -2255708 or 10786013. OLE color: 10786013.
HSL color Cylindrical-coordinate representation of color #DD94A4: hue angle of 346.85º 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 #DD94A4 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 164 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.13 |
| HSL | 346.85º | 0.52% | 0.72% | - |
| HSV(B) | 346.85º | 0.33% | 0.87% | - |
| XYZ | 47.11 | 39.23 | 40.21 | - |
| YUV | 171.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 164 | 0 | 0.33 | 0.26 | 0.13 | 346.85 | 0.52 | 0.72 |
| Hex | DD | 94 | A4 | 0 | 21 | 1A | D | 15B | 34 | 48 |
| Octal | 335 | 224 | 244 | 0 | 41 | 32 | 15 | 533 | 64 | 110 |
| Binary | 11011101 | 10010100 | 10100100 | 0 | 100001 | 11010 | 1101 | 101011011 | 110100 | 1001000 |
Color Harmonies of #DD94A4
Complementary color
Monochromatic Colors of #DD94A4
Black with #DD94A4
Text Example
Text Example
White with #DD94A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94A4; }
p { color: rgb(221,148,164); }
H1.HeaderClassName
{
color: #DD94A4;
}
.AnyTagClassName
{
color: #DD94A4;
}
</style>
background-color css
<style>
a { background-color: #DD94A4; }
a { background-color: rgb(221,148,164); }
div.DivClassName
{
background-color: #DD94A4;
}
.BgClassName
{
background-color: #DD94A4;
}
</style>
border-color css
<style>
span { border-color: #DD94A4; }
span { border-color: rgb(221,148,164); }
td.TdClassName
{
border-color: #DD94A4;
}
.TagClassName
{
border-color: #DD94A4;
}
</style>