#DF83B1

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

Shades of Kobi #DF83B1

Tints of Kobi #DF83B1

Color information

#DF83B1 (or 0xDF83B1) is unknown color: approx Kobi. HEX triplet: DF, 83 and B1. RGB value is (223,131,177). Sum of RGB (Red+Green+Blue) = 223+131+177=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF83B1 is #207C4E. Grayscale: #A3A3A3. Windows color (decimal): -2128975 or 11633631. OLE color: 11633631.

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

Color convert

RGB223131177-
CMYK00.410.210.13
HSL330º58.97%69.41%-
HSV(B)330º41.26%87.45%-
XYZ46.4835.0945.92-
YUV163.75135.48170.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 131 (51.56% from 255) = 24.67%
BLUE value IS 177 (69.53% from 255) = 33.33%
R=42.00%
G=24.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313117700.410.210.1333058.9769.41
HexDF83B102915D14a3b45
Octal337203261051251551273105
Binary11011111100000111011000101010011010111011010010101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF83B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF83B1; }

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

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

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

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

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

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

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

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