#DD95AA

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

Shades of Kobi #DD95AA

Tints of Kobi #DD95AA

Color information

#DD95AA (or 0xDD95AA) is unknown color: approx Kobi. HEX triplet: DD, 95 and AA. RGB value is (221,149,170). Sum of RGB (Red+Green+Blue) = 221+149+170=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD95AA is #226A55. Grayscale: #ACACAC. Windows color (decimal): -2255446 or 11179485. OLE color: 11179485.

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

Color convert

RGB221149170-
CMYK00.330.230.13
HSL342.5º51.43%72.55%-
HSV(B)342.5º32.58%86.67%-
XYZ47.8239.7743.19-
YUV172.92126.35162.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 149 (58.59% from 255) = 27.59%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=40.93%
G=27.59%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114917000.330.230.13342.551.4372.55
HexDD95AA02117D1563349
Octal335225252041271552663111
Binary11011101100101011010101001000011011111011010101101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95AA; }

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

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

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

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

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

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

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

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