#DF94AD

Color #DF94AD Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DF94AD

Tints of Kobi #DF94AD

Color information

#DF94AD (or 0xDF94AD) is unknown color: approx Kobi. HEX triplet: DF, 94 and AD. RGB value is (223,148,173). Sum of RGB (Red+Green+Blue) = 223+148+173=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF94AD is #206B52. Grayscale: #ADADAD. Windows color (decimal): -2124627 or 11375839. OLE color: 11375839.

HSL color Cylindrical-coordinate representation of color #DF94AD: hue angle of 340º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF94AD is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223148173-
CMYK00.340.220.13
HSL340º53.96%72.75%-
HSV(B)340º33.63%87.45%-
XYZ48.5639.8844.67-
YUV173.28127.85163.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 148 (58.20% from 255) = 27.21%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=40.99%
G=27.21%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314817300.340.220.1334053.9672.75
HexDF94AD02216D1543649
Octal337224255042261552466111
Binary11011111100101001010110101000101011011011010101001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF94AD; }

 p { color: rgb(223,148,173); }

 H1.HeaderClassName
 {
   color: #DF94AD;
 }
 .AnyTagClassName
 {
   color: #DF94AD;
 }
</style>
background-color css

<style>
 a { background-color: #DF94AD; }

 a { background-color: rgb(223,148,173); }

 div.DivClassName
 {
   background-color: #DF94AD;
 }
 .BgClassName
 {
   background-color: #DF94AD;
 }
</style>
border-color css

<style>
 span { border-color: #DF94AD; }

 span { border-color: rgb(223,148,173); }

 td.TdClassName
 {
   border-color: #DF94AD;
 }
 .TagClassName
 {
   border-color: #DF94AD;
 }
</style>