Shades of Kobi #DD7DB0
Tints of Kobi #DD7DB0
RGB
CMYK
RGB Variations
Color information
#DD7DB0 (or 0xDD7DB0) is known color: Kobi. HEX triplet: DD, 7D and B0. RGB value is (221,125,176). Sum of RGB (Red+Green+Blue) = 221+125+176=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7DB0 is #22824F. Grayscale: #9F9F9F. Windows color (decimal): -2261584 or 11566557. OLE color: 11566557.
HSL color Cylindrical-coordinate representation of color #DD7DB0: hue angle of 328.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7DB0 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 176 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.13 |
| HSL | 328.13º | 0.59% | 0.68% | - |
| HSV(B) | 328.13º | 0.43% | 0.87% | - |
| XYZ | 44.99 | 33.17 | 45.11 | - |
| YUV | 159.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 176 | 0 | 0.43 | 0.20 | 0.13 | 328.13 | 0.59 | 0.68 |
| Hex | DD | 7D | B0 | 0 | 2B | 14 | D | 148 | 3B | 44 |
| Octal | 335 | 175 | 260 | 0 | 53 | 24 | 15 | 510 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10110000 | 0 | 101011 | 10100 | 1101 | 101001000 | 111011 | 1000100 |
Color Harmonies of #DD7DB0
Complementary color
Monochromatic Colors of #DD7DB0
Black with #DD7DB0
Text Example
Text Example
White with #DD7DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DB0; }
p { color: rgb(221,125,176); }
H1.HeaderClassName
{
color: #DD7DB0;
}
.AnyTagClassName
{
color: #DD7DB0;
}
</style>
background-color css
<style>
a { background-color: #DD7DB0; }
a { background-color: rgb(221,125,176); }
div.DivClassName
{
background-color: #DD7DB0;
}
.BgClassName
{
background-color: #DD7DB0;
}
</style>
border-color css
<style>
span { border-color: #DD7DB0; }
span { border-color: rgb(221,125,176); }
td.TdClassName
{
border-color: #DD7DB0;
}
.TagClassName
{
border-color: #DD7DB0;
}
</style>