Shades of Kobi #D583B3
Tints of Kobi #D583B3
RGB
CMYK
RGB Variations
Color information
#D583B3 (or 0xD583B3) is known color: Kobi. HEX triplet: D5, 83 and B3. RGB value is (213,131,179). Sum of RGB (Red+Green+Blue) = 213+131+179=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D583B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583B3 is #2A7C4C. Grayscale: #A0A0A0. Windows color (decimal): -2784333 or 11764693. OLE color: 11764693.
HSL color Cylindrical-coordinate representation of color #D583B3: hue angle of 324.88º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D583B3 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 179 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.16 |
| HSL | 324.88º | 0.49% | 0.67% | - |
| HSV(B) | 324.88º | 0.38% | 0.84% | - |
| XYZ | 43.69 | 33.63 | 46.84 | - |
| YUV | 160.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 179 | 0 | 0.38 | 0.16 | 0.16 | 324.88 | 0.49 | 0.67 |
| Hex | D5 | 83 | B3 | 0 | 26 | 10 | 10 | 145 | 31 | 43 |
| Octal | 325 | 203 | 263 | 0 | 46 | 20 | 20 | 505 | 61 | 103 |
| Binary | 11010101 | 10000011 | 10110011 | 0 | 100110 | 10000 | 10000 | 101000101 | 110001 | 1000011 |
Color Harmonies of #D583B3
Complementary color
Monochromatic Colors of #D583B3
Black with #D583B3
Text Example
Text Example
White with #D583B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D583B3; }
p { color: rgb(213,131,179); }
H1.HeaderClassName
{
color: #D583B3;
}
.AnyTagClassName
{
color: #D583B3;
}
</style>
background-color css
<style>
a { background-color: #D583B3; }
a { background-color: rgb(213,131,179); }
div.DivClassName
{
background-color: #D583B3;
}
.BgClassName
{
background-color: #D583B3;
}
</style>
border-color css
<style>
span { border-color: #D583B3; }
span { border-color: rgb(213,131,179); }
td.TdClassName
{
border-color: #D583B3;
}
.TagClassName
{
border-color: #D583B3;
}
</style>