#DC82A7

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

Shades of Kobi #DC82A7

Tints of Kobi #DC82A7

Color information

#DC82A7 (or 0xDC82A7) is unknown color: approx Kobi. HEX triplet: DC, 82 and A7. RGB value is (220,130,167). Sum of RGB (Red+Green+Blue) = 220+130+167=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC82A7 is #237D58. Grayscale: #A1A1A1. Windows color (decimal): -2325849 or 10978012. OLE color: 10978012.

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

Color convert

RGB220130167-
CMYK00.410.240.14
HSL335.33º56.25%68.63%-
HSV(B)335.33º40.91%86.27%-
XYZ44.4733.9740.77-
YUV161.13131.32169.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 167 (65.62% from 255) = 32.30%
R=42.55%
G=25.15%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013016700.410.240.14335.3356.2568.63
HexDC82A702918E14f3845
Octal334202247051301651770105
Binary11011100100000101010011101010011100011101010011111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC82A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC82A7; }

 p { color: rgb(220,130,167); }

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

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

 a { background-color: rgb(220,130,167); }

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

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

 span { border-color: rgb(220,130,167); }

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