#DC81A4

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

Shades of Kobi #DC81A4

Tints of Kobi #DC81A4

Color information

#DC81A4 (or 0xDC81A4) is unknown color: approx Kobi. HEX triplet: DC, 81 and A4. RGB value is (220,129,164). Sum of RGB (Red+Green+Blue) = 220+129+164=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC81A4 is #237E5B. Grayscale: #A0A0A0. Windows color (decimal): -2326108 or 10781148. OLE color: 10781148.

HSL color Cylindrical-coordinate representation of color #DC81A4: hue angle of 336.92º 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 #DC81A4 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220129164-
CMYK00.410.250.14
HSL336.92º56.52%68.43%-
HSV(B)336.92º41.36%86.27%-
XYZ44.0733.639.28-
YUV160.2130.15170.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 164 (64.45% from 255) = 31.97%
R=42.88%
G=25.15%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012916400.410.250.14336.9256.5268.43
HexDC81A402919E1513944
Octal334201244051311652171104
Binary11011100100000011010010001010011100111101010100011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81A4; }

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

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

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

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

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

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

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

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