Shades of Kobi #DD83A4
Tints of Kobi #DD83A4
RGB
CMYK
RGB Variations
Color information
#DD83A4 (or 0xDD83A4) is known color: Kobi. HEX triplet: DD, 83 and A4. RGB value is (221,131,164). Sum of RGB (Red+Green+Blue) = 221+131+164=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD83A4 is #227C5B. Grayscale: #A1A1A1. Windows color (decimal): -2260060 or 10781661. OLE color: 10781661.
HSL color Cylindrical-coordinate representation of color #DD83A4: hue angle of 338º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD83A4 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 164 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.13 |
| HSL | 338º | 0.57% | 0.69% | - |
| HSV(B) | 338º | 0.41% | 0.87% | - |
| XYZ | 44.64 | 34.29 | 39.39 | - |
| YUV | 161.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 164 | 0 | 0.41 | 0.26 | 0.13 | 338 | 0.57 | 0.69 |
| Hex | DD | 83 | A4 | 0 | 29 | 1A | D | 152 | 39 | 45 |
| Octal | 335 | 203 | 244 | 0 | 51 | 32 | 15 | 522 | 71 | 105 |
| Binary | 11011101 | 10000011 | 10100100 | 0 | 101001 | 11010 | 1101 | 101010010 | 111001 | 1000101 |
Color Harmonies of #DD83A4
Complementary color
Monochromatic Colors of #DD83A4
Black with #DD83A4
Text Example
Text Example
White with #DD83A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83A4; }
p { color: rgb(221,131,164); }
H1.HeaderClassName
{
color: #DD83A4;
}
.AnyTagClassName
{
color: #DD83A4;
}
</style>
background-color css
<style>
a { background-color: #DD83A4; }
a { background-color: rgb(221,131,164); }
div.DivClassName
{
background-color: #DD83A4;
}
.BgClassName
{
background-color: #DD83A4;
}
</style>
border-color css
<style>
span { border-color: #DD83A4; }
span { border-color: rgb(221,131,164); }
td.TdClassName
{
border-color: #DD83A4;
}
.TagClassName
{
border-color: #DD83A4;
}
</style>