#DC8FB2

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

Shades of Kobi #DC8FB2

Tints of Kobi #DC8FB2

Color information

#DC8FB2 (or 0xDC8FB2) is unknown color: approx Kobi. HEX triplet: DC, 8F and B2. RGB value is (220,143,178). Sum of RGB (Red+Green+Blue) = 220+143+178=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8FB2 is #23704D. Grayscale: #A9A9A9. Windows color (decimal): -2322510 or 11702236. OLE color: 11702236.

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

Color convert

RGB220143178-
CMYK00.350.190.14
HSL332.73º52.38%71.18%-
HSV(B)332.73º35%86.27%-
XYZ47.3738.0746.97-
YUV170.01132.51163.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 178 (69.92% from 255) = 32.90%
R=40.67%
G=26.43%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014317800.350.190.14332.7352.3871.18
HexDC8FB202313E14d3447
Octal334217262043231651564107
Binary11011100100011111011001001000111001111101010011011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8FB2; }

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

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

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

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

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

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

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

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