#DF82A6

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

Shades of Kobi #DF82A6

Tints of Kobi #DF82A6

Color information

#DF82A6 (or 0xDF82A6) is unknown color: approx Kobi. HEX triplet: DF, 82 and A6. RGB value is (223,130,166). Sum of RGB (Red+Green+Blue) = 223+130+166=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF82A6 is #207D59. Grayscale: #A1A1A1. Windows color (decimal): -2129242 or 10912479. OLE color: 10912479.

HSL color Cylindrical-coordinate representation of color #DF82A6: hue angle of 336.77º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF82A6 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB223130166-
CMYK00.420.260.13
HSL336.77º59.24%69.22%-
HSV(B)336.77º41.7%87.45%-
XYZ45.334.4140.33-
YUV161.91130.31171.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.97%
GREEN value IS 130 (51.17% from 255) = 25.05%
BLUE value IS 166 (65.23% from 255) = 31.98%
R=42.97%
G=25.05%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313016600.420.260.13336.7759.2469.22
HexDF82A602A1AD1513b45
Octal337202246052321552173105
Binary11011111100000101010011001010101101011011010100011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF82A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF82A6; }

 p { color: rgb(223,130,166); }

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

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

 a { background-color: rgb(223,130,166); }

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

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

 span { border-color: rgb(223,130,166); }

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