Shades of Kobi #DF7DAE
Tints of Kobi #DF7DAE
RGB
CMYK
RGB Variations
Color information
#DF7DAE (or 0xDF7DAE) is known color: Kobi. HEX triplet: DF, 7D and AE. RGB value is (223,125,174). Sum of RGB (Red+Green+Blue) = 223+125+174=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7DAE is #208251. Grayscale: #9F9F9F. Windows color (decimal): -2130514 or 11435487. OLE color: 11435487.
HSL color Cylindrical-coordinate representation of color #DF7DAE: hue angle of 330º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7DAE is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 125 | 174 | - |
CMYK | 0 | 0.44 | 0.22 | 0.13 |
HSL | 330º | 0.6% | 0.68% | - |
HSV(B) | 330º | 0.44% | 0.87% | - |
XYZ | 45.41 | 33.41 | 44.1 | - |
YUV | 159.89 | 135.97 | 173.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 125 | 174 | 0 | 0.44 | 0.22 | 0.13 | 330 | 0.6 | 0.68 |
Hex | DF | 7D | AE | 0 | 2C | 16 | D | 14A | 3C | 44 |
Octal | 337 | 175 | 256 | 0 | 54 | 26 | 15 | 512 | 74 | 104 |
Binary | 11011111 | 1111101 | 10101110 | 0 | 101100 | 10110 | 1101 | 101001010 | 111100 | 1000100 |
Color Harmonies of #DF7DAE
Complementary color
Monochromatic Colors of #DF7DAE
Black with #DF7DAE
Text Example
Text Example
White with #DF7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DAE; }
p { color: rgb(223,125,174); }
H1.HeaderClassName
{
color: #DF7DAE;
}
.AnyTagClassName
{
color: #DF7DAE;
}
</style>
background-color css
<style>
a { background-color: #DF7DAE; }
a { background-color: rgb(223,125,174); }
div.DivClassName
{
background-color: #DF7DAE;
}
.BgClassName
{
background-color: #DF7DAE;
}
</style>
border-color css
<style>
span { border-color: #DF7DAE; }
span { border-color: rgb(223,125,174); }
td.TdClassName
{
border-color: #DF7DAE;
}
.TagClassName
{
border-color: #DF7DAE;
}
</style>