#DC9BB2

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

Shades of Kobi #DC9BB2

Tints of Kobi #DC9BB2

Color information

#DC9BB2 (or 0xDC9BB2) is unknown color: approx Kobi. HEX triplet: DC, 9B and B2. RGB value is (220,155,178). Sum of RGB (Red+Green+Blue) = 220+155+178=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9BB2 is #23644D. Grayscale: #B1B1B1. Windows color (decimal): -2319438 or 11705308. OLE color: 11705308.

HSL color Cylindrical-coordinate representation of color #DC9BB2: hue angle of 338.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BB2 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220155178-
CMYK00.300.190.14
HSL338.77º48.15%73.53%-
HSV(B)338.77º29.55%86.27%-
XYZ49.2741.8747.6-
YUV177.06128.53158.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 155 (60.94% from 255) = 28.03%
BLUE value IS 178 (69.92% from 255) = 32.19%
R=39.78%
G=28.03%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015517800.300.190.14338.7748.1573.53
HexDC9BB201E13E153304a
Octal334233262036231652360112
Binary1101110010011011101100100111101001111101010100111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9BB2; }

 p { color: rgb(220,155,178); }

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

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

 a { background-color: rgb(220,155,178); }

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

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

 span { border-color: rgb(220,155,178); }

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