#DC8FA9

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

Shades of Kobi #DC8FA9

Tints of Kobi #DC8FA9

Color information

#DC8FA9 (or 0xDC8FA9) is unknown color: approx Kobi. HEX triplet: DC, 8F and A9. RGB value is (220,143,169). Sum of RGB (Red+Green+Blue) = 220+143+169=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8FA9 is #237056. Grayscale: #A8A8A8. Windows color (decimal): -2322519 or 11112412. OLE color: 11112412.

HSL color Cylindrical-coordinate representation of color #DC8FA9: hue angle of 339.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8FA9 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220143169-
CMYK00.350.230.14
HSL339.74º52.38%71.18%-
HSV(B)339.74º35%86.27%-
XYZ46.537.7342.37-
YUV168.99128.01164.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 143 (56.25% from 255) = 26.88%
BLUE value IS 169 (66.41% from 255) = 31.77%
R=41.35%
G=26.88%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014316900.350.230.14339.7452.3871.18
HexDC8FA902317E1543447
Octal334217251043271652464107
Binary11011100100011111010100101000111011111101010101001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8FA9; }

 p { color: rgb(220,143,169); }

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

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

 a { background-color: rgb(220,143,169); }

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

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

 span { border-color: rgb(220,143,169); }

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