Shades of Kobi #DF92B3
Tints of Kobi #DF92B3
RGB
CMYK
RGB Variations
Color information
#DF92B3 (or 0xDF92B3) is known color: Kobi. HEX triplet: DF, 92 and B3. RGB value is (223,146,179). Sum of RGB (Red+Green+Blue) = 223+146+179=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92B3 is #206D4C. Grayscale: #ACACAC. Windows color (decimal): -2125133 or 11768543. OLE color: 11768543.
HSL color Cylindrical-coordinate representation of color #DF92B3: hue angle of 334.29º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF92B3 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 179 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.13 |
| HSL | 334.29º | 0.55% | 0.72% | - |
| HSV(B) | 334.29º | 0.35% | 0.87% | - |
| XYZ | 48.85 | 39.5 | 47.7 | - |
| YUV | 172.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 179 | 0 | 0.35 | 0.20 | 0.13 | 334.29 | 0.55 | 0.72 |
| Hex | DF | 92 | B3 | 0 | 23 | 14 | D | 14E | 37 | 48 |
| Octal | 337 | 222 | 263 | 0 | 43 | 24 | 15 | 516 | 67 | 110 |
| Binary | 11011111 | 10010010 | 10110011 | 0 | 100011 | 10100 | 1101 | 101001110 | 110111 | 1001000 |
Color Harmonies of #DF92B3
Complementary color
Monochromatic Colors of #DF92B3
Black with #DF92B3
Text Example
Text Example
White with #DF92B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92B3; }
p { color: rgb(223,146,179); }
H1.HeaderClassName
{
color: #DF92B3;
}
.AnyTagClassName
{
color: #DF92B3;
}
</style>
background-color css
<style>
a { background-color: #DF92B3; }
a { background-color: rgb(223,146,179); }
div.DivClassName
{
background-color: #DF92B3;
}
.BgClassName
{
background-color: #DF92B3;
}
</style>
border-color css
<style>
span { border-color: #DF92B3; }
span { border-color: rgb(223,146,179); }
td.TdClassName
{
border-color: #DF92B3;
}
.TagClassName
{
border-color: #DF92B3;
}
</style>