Shades of Kobi #DD94B3
Tints of Kobi #DD94B3
RGB
CMYK
RGB Variations
Color information
#DD94B3 (or 0xDD94B3) is known color: Kobi. HEX triplet: DD, 94 and B3. RGB value is (221,148,179). Sum of RGB (Red+Green+Blue) = 221+148+179=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94B3 is #226B4C. Grayscale: #ADADAD. Windows color (decimal): -2255693 or 11769053. OLE color: 11769053.
HSL color Cylindrical-coordinate representation of color #DD94B3: hue angle of 334.52º 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 #DD94B3 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 179 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.13 |
| HSL | 334.52º | 0.52% | 0.72% | - |
| HSV(B) | 334.52º | 0.33% | 0.87% | - |
| XYZ | 48.55 | 39.81 | 47.77 | - |
| YUV | 173.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 179 | 0 | 0.33 | 0.19 | 0.13 | 334.52 | 0.52 | 0.72 |
| Hex | DD | 94 | B3 | 0 | 21 | 13 | D | 14F | 34 | 48 |
| Octal | 335 | 224 | 263 | 0 | 41 | 23 | 15 | 517 | 64 | 110 |
| Binary | 11011101 | 10010100 | 10110011 | 0 | 100001 | 10011 | 1101 | 101001111 | 110100 | 1001000 |
Color Harmonies of #DD94B3
Complementary color
Monochromatic Colors of #DD94B3
Black with #DD94B3
Text Example
Text Example
White with #DD94B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94B3; }
p { color: rgb(221,148,179); }
H1.HeaderClassName
{
color: #DD94B3;
}
.AnyTagClassName
{
color: #DD94B3;
}
</style>
background-color css
<style>
a { background-color: #DD94B3; }
a { background-color: rgb(221,148,179); }
div.DivClassName
{
background-color: #DD94B3;
}
.BgClassName
{
background-color: #DD94B3;
}
</style>
border-color css
<style>
span { border-color: #DD94B3; }
span { border-color: rgb(221,148,179); }
td.TdClassName
{
border-color: #DD94B3;
}
.TagClassName
{
border-color: #DD94B3;
}
</style>