#DF82B1

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

Shades of Kobi #DF82B1

Tints of Kobi #DF82B1

Color information

#DF82B1 (or 0xDF82B1) is unknown color: approx Kobi. HEX triplet: DF, 82 and B1. RGB value is (223,130,177). Sum of RGB (Red+Green+Blue) = 223+130+177=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF82B1 is #207D4E. Grayscale: #A3A3A3. Windows color (decimal): -2129231 or 11633375. OLE color: 11633375.

HSL color Cylindrical-coordinate representation of color #DF82B1: hue angle of 329.68º 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 #DF82B1 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB223130177-
CMYK00.420.210.13
HSL329.68º59.24%69.22%-
HSV(B)329.68º41.7%87.45%-
XYZ46.3534.8345.87-
YUV163.16135.81170.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.08%
GREEN value IS 130 (51.17% from 255) = 24.53%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=42.08%
G=24.53%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313017700.420.210.13329.6859.2469.22
HexDF82B102A15D14a3b45
Octal337202261052251551273105
Binary11011111100000101011000101010101010111011010010101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF82B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF82B1; }

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

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

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

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

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

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

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

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