#DD95AC

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

Shades of Kobi #DD95AC

Tints of Kobi #DD95AC

Color information

#DD95AC (or 0xDD95AC) is unknown color: approx Kobi. HEX triplet: DD, 95 and AC. RGB value is (221,149,172). Sum of RGB (Red+Green+Blue) = 221+149+172=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD95AC is #226A53. Grayscale: #ADADAD. Windows color (decimal): -2255444 or 11310557. OLE color: 11310557.

HSL color Cylindrical-coordinate representation of color #DD95AC: hue angle of 340.83º degrees, saturation: 0.51, 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 #DD95AC is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221149172-
CMYK00.330.220.13
HSL340.83º51.43%72.55%-
HSV(B)340.83º32.58%86.67%-
XYZ48.0139.8544.19-
YUV173.15127.35162.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=40.77%
G=27.49%
B=31.73%

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
Decimal22114917200.330.220.13340.8351.4372.55
HexDD95AC02116D1553349
Octal335225254041261552563111
Binary11011101100101011010110001000011011011011010101011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95AC; }

 p { color: rgb(221,149,172); }

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

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

 a { background-color: rgb(221,149,172); }

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

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

 span { border-color: rgb(221,149,172); }

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