Shades of Kobi #DD81B3
Tints of Kobi #DD81B3
RGB
CMYK
RGB Variations
Color information
#DD81B3 (or 0xDD81B3) is known color: Kobi. HEX triplet: DD, 81 and B3. RGB value is (221,129,179). Sum of RGB (Red+Green+Blue) = 221+129+179=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81B3 is #227E4C. Grayscale: #A2A2A2. Windows color (decimal): -2260557 or 11764189. OLE color: 11764189.
HSL color Cylindrical-coordinate representation of color #DD81B3: hue angle of 327.39º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD81B3 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 179 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.13 |
| HSL | 327.39º | 0.58% | 0.69% | - |
| HSV(B) | 327.39º | 0.42% | 0.87% | - |
| XYZ | 45.81 | 34.33 | 46.86 | - |
| YUV | 162.21 | 137.48 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 179 | 0 | 0.42 | 0.19 | 0.13 | 327.39 | 0.58 | 0.69 |
| Hex | DD | 81 | B3 | 0 | 2A | 13 | D | 147 | 3A | 45 |
| Octal | 335 | 201 | 263 | 0 | 52 | 23 | 15 | 507 | 72 | 105 |
| Binary | 11011101 | 10000001 | 10110011 | 0 | 101010 | 10011 | 1101 | 101000111 | 111010 | 1000101 |
Color Harmonies of #DD81B3
Complementary color
Monochromatic Colors of #DD81B3
Black with #DD81B3
Text Example
Text Example
White with #DD81B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81B3; }
p { color: rgb(221,129,179); }
H1.HeaderClassName
{
color: #DD81B3;
}
.AnyTagClassName
{
color: #DD81B3;
}
</style>
background-color css
<style>
a { background-color: #DD81B3; }
a { background-color: rgb(221,129,179); }
div.DivClassName
{
background-color: #DD81B3;
}
.BgClassName
{
background-color: #DD81B3;
}
</style>
border-color css
<style>
span { border-color: #DD81B3; }
span { border-color: rgb(221,129,179); }
td.TdClassName
{
border-color: #DD81B3;
}
.TagClassName
{
border-color: #DD81B3;
}
</style>