Shades of Kobi #DD93B0
Tints of Kobi #DD93B0
RGB
CMYK
RGB Variations
Color information
#DD93B0 (or 0xDD93B0) is known color: Kobi. HEX triplet: DD, 93 and B0. RGB value is (221,147,176). Sum of RGB (Red+Green+Blue) = 221+147+176=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD93B0 is #226C4F. Grayscale: #ACACAC. Windows color (decimal): -2255952 or 11572189. OLE color: 11572189.
HSL color Cylindrical-coordinate representation of color #DD93B0: hue angle of 336.49º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD93B0 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 147 | 176 | - |
CMYK | 0 | 0.33 | 0.20 | 0.13 |
HSL | 336.49º | 0.52% | 0.72% | - |
HSV(B) | 336.49º | 0.33% | 0.87% | - |
XYZ | 48.09 | 39.37 | 46.14 | - |
YUV | 172.43 | 130.02 | 162.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 147 | 176 | 0 | 0.33 | 0.20 | 0.13 | 336.49 | 0.52 | 0.72 |
Hex | DD | 93 | B0 | 0 | 21 | 14 | D | 150 | 34 | 48 |
Octal | 335 | 223 | 260 | 0 | 41 | 24 | 15 | 520 | 64 | 110 |
Binary | 11011101 | 10010011 | 10110000 | 0 | 100001 | 10100 | 1101 | 101010000 | 110100 | 1001000 |
Color Harmonies of #DD93B0
Complementary color
Monochromatic Colors of #DD93B0
Black with #DD93B0
Text Example
Text Example
White with #DD93B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93B0; }
p { color: rgb(221,147,176); }
H1.HeaderClassName
{
color: #DD93B0;
}
.AnyTagClassName
{
color: #DD93B0;
}
</style>
background-color css
<style>
a { background-color: #DD93B0; }
a { background-color: rgb(221,147,176); }
div.DivClassName
{
background-color: #DD93B0;
}
.BgClassName
{
background-color: #DD93B0;
}
</style>
border-color css
<style>
span { border-color: #DD93B0; }
span { border-color: rgb(221,147,176); }
td.TdClassName
{
border-color: #DD93B0;
}
.TagClassName
{
border-color: #DD93B0;
}
</style>