#DD95AD

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

Shades of Kobi #DD95AD

Tints of Kobi #DD95AD

Color information

#DD95AD (or 0xDD95AD) is unknown color: approx Kobi. HEX triplet: DD, 95 and AD. RGB value is (221,149,173). Sum of RGB (Red+Green+Blue) = 221+149+173=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD95AD is #226A52. Grayscale: #ADADAD. Windows color (decimal): -2255443 or 11376093. OLE color: 11376093.

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

Color convert

RGB221149173-
CMYK00.330.220.13
HSL340º51.43%72.55%-
HSV(B)340º32.58%86.67%-
XYZ48.1139.8844.7-
YUV173.26127.85162.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 149 (58.59% from 255) = 27.44%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=40.70%
G=27.44%
B=31.86%

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
Decimal22114917300.330.220.1334051.4372.55
HexDD95AD02116D1543349
Octal335225255041261552463111
Binary11011101100101011010110101000011011011011010101001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95AD; }

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

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

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

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

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

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

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

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