Shades of Kobi #DA8CB3
Tints of Kobi #DA8CB3
RGB
CMYK
RGB Variations
Color information
#DA8CB3 (or 0xDA8CB3) is known color: Kobi. HEX triplet: DA, 8C and B3. RGB value is (218,140,179). Sum of RGB (Red+Green+Blue) = 218+140+179=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CB3 is #25734C. Grayscale: #A7A7A7. Windows color (decimal): -2454349 or 11767002. OLE color: 11767002.
HSL color Cylindrical-coordinate representation of color #DA8CB3: hue angle of 330º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8CB3 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 179 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.15 |
| HSL | 330º | 0.51% | 0.7% | - |
| HSV(B) | 330º | 0.36% | 0.85% | - |
| XYZ | 46.43 | 36.92 | 47.33 | - |
| YUV | 167.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 179 | 0 | 0.36 | 0.18 | 0.15 | 330 | 0.51 | 0.7 |
| Hex | DA | 8C | B3 | 0 | 24 | 12 | F | 14A | 33 | 46 |
| Octal | 332 | 214 | 263 | 0 | 44 | 22 | 17 | 512 | 63 | 106 |
| Binary | 11011010 | 10001100 | 10110011 | 0 | 100100 | 10010 | 1111 | 101001010 | 110011 | 1000110 |
Color Harmonies of #DA8CB3
Complementary color
Monochromatic Colors of #DA8CB3
Black with #DA8CB3
Text Example
Text Example
White with #DA8CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CB3; }
p { color: rgb(218,140,179); }
H1.HeaderClassName
{
color: #DA8CB3;
}
.AnyTagClassName
{
color: #DA8CB3;
}
</style>
background-color css
<style>
a { background-color: #DA8CB3; }
a { background-color: rgb(218,140,179); }
div.DivClassName
{
background-color: #DA8CB3;
}
.BgClassName
{
background-color: #DA8CB3;
}
</style>
border-color css
<style>
span { border-color: #DA8CB3; }
span { border-color: rgb(218,140,179); }
td.TdClassName
{
border-color: #DA8CB3;
}
.TagClassName
{
border-color: #DA8CB3;
}
</style>