Shades of Kobi #DC9DB4
Tints of Kobi #DC9DB4
RGB
CMYK
RGB Variations
Color information
#DC9DB4 (or 0xDC9DB4) is known color: Kobi. HEX triplet: DC, 9D and B4. RGB value is (220,157,180). Sum of RGB (Red+Green+Blue) = 220+157+180=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DB4 is #23624B. Grayscale: #B2B2B2. Windows color (decimal): -2318924 or 11836892. OLE color: 11836892.
HSL color Cylindrical-coordinate representation of color #DC9DB4: hue angle of 338.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DB4 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 157 | 180 | - |
CMYK | 0 | 0.29 | 0.18 | 0.14 |
HSL | 338.1º | 0.47% | 0.74% | - |
HSV(B) | 338.1º | 0.29% | 0.86% | - |
XYZ | 49.81 | 42.62 | 48.78 | - |
YUV | 178.46 | 128.87 | 157.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 157 | 180 | 0 | 0.29 | 0.18 | 0.14 | 338.1 | 0.47 | 0.74 |
Hex | DC | 9D | B4 | 0 | 1D | 12 | E | 152 | 2F | 4A |
Octal | 334 | 235 | 264 | 0 | 35 | 22 | 16 | 522 | 57 | 112 |
Binary | 11011100 | 10011101 | 10110100 | 0 | 11101 | 10010 | 1110 | 101010010 | 101111 | 1001010 |
Color Harmonies of #DC9DB4
Complementary color
Monochromatic Colors of #DC9DB4
Black with #DC9DB4
Text Example
Text Example
White with #DC9DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DB4; }
p { color: rgb(220,157,180); }
H1.HeaderClassName
{
color: #DC9DB4;
}
.AnyTagClassName
{
color: #DC9DB4;
}
</style>
background-color css
<style>
a { background-color: #DC9DB4; }
a { background-color: rgb(220,157,180); }
div.DivClassName
{
background-color: #DC9DB4;
}
.BgClassName
{
background-color: #DC9DB4;
}
</style>
border-color css
<style>
span { border-color: #DC9DB4; }
span { border-color: rgb(220,157,180); }
td.TdClassName
{
border-color: #DC9DB4;
}
.TagClassName
{
border-color: #DC9DB4;
}
</style>