Shades of Kobi #D494B4
Tints of Kobi #D494B4
RGB
CMYK
RGB Variations
Color information
#D494B4 (or 0xD494B4) is known color: Kobi. HEX triplet: D4, 94 and B4. RGB value is (212,148,180). Sum of RGB (Red+Green+Blue) = 212+148+180=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D494B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494B4 is #2B6B4B. Grayscale: #AAAAAA. Windows color (decimal): -2845516 or 11834580. OLE color: 11834580.
HSL color Cylindrical-coordinate representation of color #D494B4: hue angle of 330º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D494B4 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 180 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.17 |
| HSL | 330º | 0.43% | 0.71% | - |
| HSV(B) | 330º | 0.3% | 0.83% | - |
| XYZ | 45.98 | 38.47 | 48.18 | - |
| YUV | 170.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 180 | 0 | 0.30 | 0.15 | 0.17 | 330 | 0.43 | 0.71 |
| Hex | D4 | 94 | B4 | 0 | 1E | F | 11 | 14A | 2B | 47 |
| Octal | 324 | 224 | 264 | 0 | 36 | 17 | 21 | 512 | 53 | 107 |
| Binary | 11010100 | 10010100 | 10110100 | 0 | 11110 | 1111 | 10001 | 101001010 | 101011 | 1000111 |
Color Harmonies of #D494B4
Complementary color
Monochromatic Colors of #D494B4
Black with #D494B4
Text Example
Text Example
White with #D494B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D494B4; }
p { color: rgb(212,148,180); }
H1.HeaderClassName
{
color: #D494B4;
}
.AnyTagClassName
{
color: #D494B4;
}
</style>
background-color css
<style>
a { background-color: #D494B4; }
a { background-color: rgb(212,148,180); }
div.DivClassName
{
background-color: #D494B4;
}
.BgClassName
{
background-color: #D494B4;
}
</style>
border-color css
<style>
span { border-color: #D494B4; }
span { border-color: rgb(212,148,180); }
td.TdClassName
{
border-color: #D494B4;
}
.TagClassName
{
border-color: #D494B4;
}
</style>