Shades of Kobi #DD90B4
Tints of Kobi #DD90B4
RGB
CMYK
RGB Variations
Color information
#DD90B4 (or 0xDD90B4) is known color: Kobi. HEX triplet: DD, 90 and B4. RGB value is (221,144,180). Sum of RGB (Red+Green+Blue) = 221+144+180=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90B4 is #226F4B. Grayscale: #ABABAB. Windows color (decimal): -2256716 or 11833565. OLE color: 11833565.
HSL color Cylindrical-coordinate representation of color #DD90B4: hue angle of 331.95º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD90B4 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 180 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.13 |
| HSL | 331.95º | 0.53% | 0.72% | - |
| HSV(B) | 331.95º | 0.35% | 0.87% | - |
| XYZ | 48.03 | 38.61 | 48.1 | - |
| YUV | 171.13 | 133.01 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 180 | 0 | 0.35 | 0.19 | 0.13 | 331.95 | 0.53 | 0.72 |
| Hex | DD | 90 | B4 | 0 | 23 | 13 | D | 14C | 35 | 48 |
| Octal | 335 | 220 | 264 | 0 | 43 | 23 | 15 | 514 | 65 | 110 |
| Binary | 11011101 | 10010000 | 10110100 | 0 | 100011 | 10011 | 1101 | 101001100 | 110101 | 1001000 |
Color Harmonies of #DD90B4
Complementary color
Monochromatic Colors of #DD90B4
Black with #DD90B4
Text Example
Text Example
White with #DD90B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90B4; }
p { color: rgb(221,144,180); }
H1.HeaderClassName
{
color: #DD90B4;
}
.AnyTagClassName
{
color: #DD90B4;
}
</style>
background-color css
<style>
a { background-color: #DD90B4; }
a { background-color: rgb(221,144,180); }
div.DivClassName
{
background-color: #DD90B4;
}
.BgClassName
{
background-color: #DD90B4;
}
</style>
border-color css
<style>
span { border-color: #DD90B4; }
span { border-color: rgb(221,144,180); }
td.TdClassName
{
border-color: #DD90B4;
}
.TagClassName
{
border-color: #DD90B4;
}
</style>