Shades of Kobi #D484B3
Tints of Kobi #D484B3
RGB
CMYK
RGB Variations
Color information
#D484B3 (or 0xD484B3) is known color: Kobi. HEX triplet: D4, 84 and B3. RGB value is (212,132,179). Sum of RGB (Red+Green+Blue) = 212+132+179=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D484B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D484B3 is #2B7B4C. Grayscale: #A1A1A1. Windows color (decimal): -2849613 or 11764948. OLE color: 11764948.
HSL color Cylindrical-coordinate representation of color #D484B3: hue angle of 324.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D484B3 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 179 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.17 |
| HSL | 324.75º | 0.48% | 0.67% | - |
| HSV(B) | 324.75º | 0.38% | 0.83% | - |
| XYZ | 43.54 | 33.75 | 46.87 | - |
| YUV | 161.28 | 138 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 179 | 0 | 0.38 | 0.16 | 0.17 | 324.75 | 0.48 | 0.67 |
| Hex | D4 | 84 | B3 | 0 | 26 | 10 | 11 | 145 | 30 | 43 |
| Octal | 324 | 204 | 263 | 0 | 46 | 20 | 21 | 505 | 60 | 103 |
| Binary | 11010100 | 10000100 | 10110011 | 0 | 100110 | 10000 | 10001 | 101000101 | 110000 | 1000011 |
Color Harmonies of #D484B3
Complementary color
Monochromatic Colors of #D484B3
Black with #D484B3
Text Example
Text Example
White with #D484B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D484B3; }
p { color: rgb(212,132,179); }
H1.HeaderClassName
{
color: #D484B3;
}
.AnyTagClassName
{
color: #D484B3;
}
</style>
background-color css
<style>
a { background-color: #D484B3; }
a { background-color: rgb(212,132,179); }
div.DivClassName
{
background-color: #D484B3;
}
.BgClassName
{
background-color: #D484B3;
}
</style>
border-color css
<style>
span { border-color: #D484B3; }
span { border-color: rgb(212,132,179); }
td.TdClassName
{
border-color: #D484B3;
}
.TagClassName
{
border-color: #D484B3;
}
</style>