#DC85B2

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

Shades of Kobi #DC85B2

Tints of Kobi #DC85B2

Color information

#DC85B2 (or 0xDC85B2) is unknown color: approx Kobi. HEX triplet: DC, 85 and B2. RGB value is (220,133,178). Sum of RGB (Red+Green+Blue) = 220+133+178=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC85B2 is #237A4D. Grayscale: #A4A4A4. Windows color (decimal): -2325070 or 11699676. OLE color: 11699676.

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

Color convert

RGB220133178-
CMYK00.400.190.14
HSL328.97º55.41%69.22%-
HSV(B)328.97º39.55%86.27%-
XYZ45.9435.2146.49-
YUV164.14135.82167.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 133 (52.34% from 255) = 25.05%
BLUE value IS 178 (69.92% from 255) = 33.52%
R=41.43%
G=25.05%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013317800.400.190.14328.9755.4169.22
HexDC85B202813E1493745
Octal334205262050231651167105
Binary11011100100001011011001001010001001111101010010011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC85B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC85B2; }

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

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

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

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

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

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

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

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