Shades of Kobi #DD94B4
Tints of Kobi #DD94B4
RGB
CMYK
RGB Variations
Color information
#DD94B4 (or 0xDD94B4) is known color: Kobi. HEX triplet: DD, 94 and B4. RGB value is (221,148,180). Sum of RGB (Red+Green+Blue) = 221+148+180=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94B4 is #226B4B. Grayscale: #ADADAD. Windows color (decimal): -2255692 or 11834589. OLE color: 11834589.
HSL color Cylindrical-coordinate representation of color #DD94B4: hue angle of 333.7º 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 #DD94B4 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 180 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.13 |
| HSL | 333.7º | 0.52% | 0.72% | - |
| HSV(B) | 333.7º | 0.33% | 0.87% | - |
| XYZ | 48.65 | 39.85 | 48.31 | - |
| YUV | 173.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 180 | 0 | 0.33 | 0.19 | 0.13 | 333.7 | 0.52 | 0.72 |
| Hex | DD | 94 | B4 | 0 | 21 | 13 | D | 14E | 34 | 48 |
| Octal | 335 | 224 | 264 | 0 | 41 | 23 | 15 | 516 | 64 | 110 |
| Binary | 11011101 | 10010100 | 10110100 | 0 | 100001 | 10011 | 1101 | 101001110 | 110100 | 1001000 |
Color Harmonies of #DD94B4
Complementary color
Monochromatic Colors of #DD94B4
Black with #DD94B4
Text Example
Text Example
White with #DD94B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94B4; }
p { color: rgb(221,148,180); }
H1.HeaderClassName
{
color: #DD94B4;
}
.AnyTagClassName
{
color: #DD94B4;
}
</style>
background-color css
<style>
a { background-color: #DD94B4; }
a { background-color: rgb(221,148,180); }
div.DivClassName
{
background-color: #DD94B4;
}
.BgClassName
{
background-color: #DD94B4;
}
</style>
border-color css
<style>
span { border-color: #DD94B4; }
span { border-color: rgb(221,148,180); }
td.TdClassName
{
border-color: #DD94B4;
}
.TagClassName
{
border-color: #DD94B4;
}
</style>