#DC8AB3

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

Shades of Kobi #DC8AB3

Tints of Kobi #DC8AB3

Color information

#DC8AB3 (or 0xDC8AB3) is unknown color: approx Kobi. HEX triplet: DC, 8A and B3. RGB value is (220,138,179). Sum of RGB (Red+Green+Blue) = 220+138+179=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8AB3 is #23754C. Grayscale: #A7A7A7. Windows color (decimal): -2323789 or 11766492. OLE color: 11766492.

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

Color convert

RGB220138179-
CMYK00.370.190.14
HSL330º53.95%70.2%-
HSV(B)330º37.27%86.27%-
XYZ46.7436.6547.26-
YUV167.19134.67165.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 179 (70.31% from 255) = 33.33%
R=40.97%
G=25.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013817900.370.190.1433053.9570.2
HexDC8AB302513E14a3646
Octal334212263045231651266106
Binary11011100100010101011001101001011001111101010010101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8AB3; }

 p { color: rgb(220,138,179); }

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

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

 a { background-color: rgb(220,138,179); }

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

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

 span { border-color: rgb(220,138,179); }

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