#DF91AD

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

Shades of Kobi #DF91AD

Tints of Kobi #DF91AD

Color information

#DF91AD (or 0xDF91AD) is unknown color: approx Kobi. HEX triplet: DF, 91 and AD. RGB value is (223,145,173). Sum of RGB (Red+Green+Blue) = 223+145+173=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF91AD is #206E52. Grayscale: #ABABAB. Windows color (decimal): -2125395 or 11375071. OLE color: 11375071.

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

Color convert

RGB223145173-
CMYK00.350.220.13
HSL338.46º54.93%72.16%-
HSV(B)338.46º34.98%87.45%-
XYZ48.138.9644.52-
YUV171.51128.84164.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=41.22%
G=26.80%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314517300.350.220.13338.4654.9372.16
HexDF91AD02316D1523748
Octal337221255043261552267110
Binary11011111100100011010110101000111011011011010100101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF91AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF91AD; }

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

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

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

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

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

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

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

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