Shades of Kobi #DD88B2
Tints of Kobi #DD88B2
RGB
CMYK
RGB Variations
Color information
#DD88B2 (or 0xDD88B2) is known color: Kobi. HEX triplet: DD, 88 and B2. RGB value is (221,136,178). Sum of RGB (Red+Green+Blue) = 221+136+178=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD88B2 is #22774D. Grayscale: #A6A6A6. Windows color (decimal): -2258766 or 11700445. OLE color: 11700445.
HSL color Cylindrical-coordinate representation of color #DD88B2: hue angle of 330.35º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD88B2 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 136 | 178 | - |
CMYK | 0 | 0.38 | 0.19 | 0.13 |
HSL | 330.35º | 0.56% | 0.7% | - |
HSV(B) | 330.35º | 0.38% | 0.87% | - |
XYZ | 46.66 | 36.19 | 46.65 | - |
YUV | 166.2 | 134.66 | 167.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 136 | 178 | 0 | 0.38 | 0.19 | 0.13 | 330.35 | 0.56 | 0.7 |
Hex | DD | 88 | B2 | 0 | 26 | 13 | D | 14A | 38 | 46 |
Octal | 335 | 210 | 262 | 0 | 46 | 23 | 15 | 512 | 70 | 106 |
Binary | 11011101 | 10001000 | 10110010 | 0 | 100110 | 10011 | 1101 | 101001010 | 111000 | 1000110 |
Color Harmonies of #DD88B2
Complementary color
Monochromatic Colors of #DD88B2
Black with #DD88B2
Text Example
Text Example
White with #DD88B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88B2; }
p { color: rgb(221,136,178); }
H1.HeaderClassName
{
color: #DD88B2;
}
.AnyTagClassName
{
color: #DD88B2;
}
</style>
background-color css
<style>
a { background-color: #DD88B2; }
a { background-color: rgb(221,136,178); }
div.DivClassName
{
background-color: #DD88B2;
}
.BgClassName
{
background-color: #DD88B2;
}
</style>
border-color css
<style>
span { border-color: #DD88B2; }
span { border-color: rgb(221,136,178); }
td.TdClassName
{
border-color: #DD88B2;
}
.TagClassName
{
border-color: #DD88B2;
}
</style>