Shades of Kobi #DD92B0
Tints of Kobi #DD92B0
RGB
CMYK
RGB Variations
Color information
#DD92B0 (or 0xDD92B0) is known color: Kobi. HEX triplet: DD, 92 and B0. RGB value is (221,146,176). Sum of RGB (Red+Green+Blue) = 221+146+176=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD92B0 is #226D4F. Grayscale: #ABABAB. Windows color (decimal): -2256208 or 11571933. OLE color: 11571933.
HSL color Cylindrical-coordinate representation of color #DD92B0: hue angle of 336º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD92B0 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 146 | 176 | - |
CMYK | 0 | 0.34 | 0.20 | 0.13 |
HSL | 336º | 0.52% | 0.72% | - |
HSV(B) | 336º | 0.34% | 0.87% | - |
XYZ | 47.93 | 39.06 | 46.09 | - |
YUV | 171.85 | 130.35 | 163.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 146 | 176 | 0 | 0.34 | 0.20 | 0.13 | 336 | 0.52 | 0.72 |
Hex | DD | 92 | B0 | 0 | 22 | 14 | D | 150 | 34 | 48 |
Octal | 335 | 222 | 260 | 0 | 42 | 24 | 15 | 520 | 64 | 110 |
Binary | 11011101 | 10010010 | 10110000 | 0 | 100010 | 10100 | 1101 | 101010000 | 110100 | 1001000 |
Color Harmonies of #DD92B0
Complementary color
Monochromatic Colors of #DD92B0
Black with #DD92B0
Text Example
Text Example
White with #DD92B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92B0; }
p { color: rgb(221,146,176); }
H1.HeaderClassName
{
color: #DD92B0;
}
.AnyTagClassName
{
color: #DD92B0;
}
</style>
background-color css
<style>
a { background-color: #DD92B0; }
a { background-color: rgb(221,146,176); }
div.DivClassName
{
background-color: #DD92B0;
}
.BgClassName
{
background-color: #DD92B0;
}
</style>
border-color css
<style>
span { border-color: #DD92B0; }
span { border-color: rgb(221,146,176); }
td.TdClassName
{
border-color: #DD92B0;
}
.TagClassName
{
border-color: #DD92B0;
}
</style>