#DF95AD

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

Shades of Kobi #DF95AD

Tints of Kobi #DF95AD

Color information

#DF95AD (or 0xDF95AD) is unknown color: approx Kobi. HEX triplet: DF, 95 and AD. RGB value is (223,149,173). Sum of RGB (Red+Green+Blue) = 223+149+173=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF95AD is #206A52. Grayscale: #ADADAD. Windows color (decimal): -2124371 or 11376095. OLE color: 11376095.

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

Color convert

RGB223149173-
CMYK00.330.220.13
HSL340.54º53.62%72.94%-
HSV(B)340.54º33.18%87.45%-
XYZ48.7240.244.73-
YUV173.86127.52163.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 149 (58.59% from 255) = 27.34%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=40.92%
G=27.34%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314917300.330.220.13340.5453.6272.94
HexDF95AD02116D1553649
Octal337225255041261552566111
Binary11011111100101011010110101000011011011011010101011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF95AD; }

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

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

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

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

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

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

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

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