#DC8FA3

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

Shades of Kobi #DC8FA3

Tints of Kobi #DC8FA3

Color information

#DC8FA3 (or 0xDC8FA3) is unknown color: approx Kobi. HEX triplet: DC, 8F and A3. RGB value is (220,143,163). Sum of RGB (Red+Green+Blue) = 220+143+163=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8FA3 is #23705C. Grayscale: #A8A8A8. Windows color (decimal): -2322525 or 10719196. OLE color: 10719196.

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

Color convert

RGB220143163-
CMYK00.350.260.14
HSL344.42º52.38%71.18%-
HSV(B)344.42º35%86.27%-
XYZ45.9537.539.47-
YUV168.3125.01164.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.83%
GREEN value IS 143 (56.25% from 255) = 27.19%
BLUE value IS 163 (64.06% from 255) = 30.99%
R=41.83%
G=27.19%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014316300.350.260.14344.4252.3871.18
HexDC8FA30231AE1583447
Octal334217243043321653064107
Binary11011100100011111010001101000111101011101010110001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8FA3; }

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

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

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

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

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

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

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

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