#DD95B2

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

Shades of Kobi #DD95B2

Tints of Kobi #DD95B2

Color information

#DD95B2 (or 0xDD95B2) is unknown color: approx Kobi. HEX triplet: DD, 95 and B2. RGB value is (221,149,178). Sum of RGB (Red+Green+Blue) = 221+149+178=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD95B2 is #226A4D. Grayscale: #ADADAD. Windows color (decimal): -2255438 or 11703773. OLE color: 11703773.

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

Color convert

RGB221149178-
CMYK00.330.190.13
HSL335.83º51.43%72.55%-
HSV(B)335.83º32.58%86.67%-
XYZ48.640.0847.29-
YUV173.83130.35161.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 149 (58.59% from 255) = 27.19%
BLUE value IS 178 (69.92% from 255) = 32.48%
R=40.33%
G=27.19%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114917800.330.190.13335.8351.4372.55
HexDD95B202113D1503349
Octal335225262041231552063111
Binary11011101100101011011001001000011001111011010100001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95B2; }

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

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

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

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

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

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

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

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