#DC83AA

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

Shades of Kobi #DC83AA

Tints of Kobi #DC83AA

Color information

#DC83AA (or 0xDC83AA) is unknown color: approx Kobi. HEX triplet: DC, 83 and AA. RGB value is (220,131,170). Sum of RGB (Red+Green+Blue) = 220+131+170=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC83AA is #237C55. Grayscale: #A1A1A1. Windows color (decimal): -2325590 or 11174876. OLE color: 11174876.

HSL color Cylindrical-coordinate representation of color #DC83AA: hue angle of 333.71º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC83AA is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220131170-
CMYK00.400.230.14
HSL333.71º55.97%68.82%-
HSV(B)333.71º40.45%86.27%-
XYZ44.8934.3542.29-
YUV162.06132.49169.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 131 (51.56% from 255) = 25.14%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=42.23%
G=25.14%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013117000.400.230.14333.7155.9768.82
HexDC83AA02817E14e3845
Octal334203252050271651670105
Binary11011100100000111010101001010001011111101010011101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC83AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC83AA; }

 p { color: rgb(220,131,170); }

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

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

 a { background-color: rgb(220,131,170); }

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

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

 span { border-color: rgb(220,131,170); }

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