#DC83A5

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

Shades of Kobi #DC83A5

Tints of Kobi #DC83A5

Color information

#DC83A5 (or 0xDC83A5) is unknown color: approx Kobi. HEX triplet: DC, 83 and A5. RGB value is (220,131,165). Sum of RGB (Red+Green+Blue) = 220+131+165=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC83A5 is #237C5A. Grayscale: #A1A1A1. Windows color (decimal): -2325595 or 10847196. OLE color: 10847196.

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

Color convert

RGB220131165-
CMYK00.400.250.14
HSL337.08º55.97%68.82%-
HSV(B)337.08º40.45%86.27%-
XYZ44.4234.1639.85-
YUV161.49129.99169.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.64%
GREEN value IS 131 (51.56% from 255) = 25.39%
BLUE value IS 165 (64.84% from 255) = 31.98%
R=42.64%
G=25.39%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013116500.400.250.14337.0855.9768.82
HexDC83A502819E1513845
Octal334203245050311652170105
Binary11011100100000111010010101010001100111101010100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC83A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC83A5; }

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

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

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

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

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

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

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

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