#DC81B2

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

Shades of Kobi #DC81B2

Tints of Kobi #DC81B2

Color information

#DC81B2 (or 0xDC81B2) is unknown color: approx Kobi. HEX triplet: DC, 81 and B2. RGB value is (220,129,178). Sum of RGB (Red+Green+Blue) = 220+129+178=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC81B2 is #237E4D. Grayscale: #A1A1A1. Windows color (decimal): -2326094 or 11698652. OLE color: 11698652.

HSL color Cylindrical-coordinate representation of color #DC81B2: hue angle of 327.69º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC81B2 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220129178-
CMYK00.410.190.14
HSL327.69º56.52%68.43%-
HSV(B)327.69º41.36%86.27%-
XYZ45.434.1346.31-
YUV161.79137.15169.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 129 (50.78% from 255) = 24.48%
BLUE value IS 178 (69.92% from 255) = 33.78%
R=41.75%
G=24.48%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012917800.410.190.14327.6956.5268.43
HexDC81B202913E1483944
Octal334201262051231651071104
Binary11011100100000011011001001010011001111101010010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81B2; }

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

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

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

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

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

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

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

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