#DF81B1

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

Shades of Kobi #DF81B1

Tints of Kobi #DF81B1

Color information

#DF81B1 (or 0xDF81B1) is unknown color: approx Kobi. HEX triplet: DF, 81 and B1. RGB value is (223,129,177). Sum of RGB (Red+Green+Blue) = 223+129+177=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF81B1 is #207E4E. Grayscale: #A2A2A2. Windows color (decimal): -2129487 or 11633119. OLE color: 11633119.

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

Color convert

RGB223129177-
CMYK00.420.210.13
HSL329.36º59.49%69.02%-
HSV(B)329.36º42.15%87.45%-
XYZ46.2234.5645.83-
YUV162.58136.14171.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.16%
GREEN value IS 129 (50.78% from 255) = 24.39%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=42.16%
G=24.39%
B=33.46%

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
Decimal22312917700.420.210.13329.3659.4969.02
HexDF81B102A15D1493b45
Octal337201261052251551173105
Binary11011111100000011011000101010101010111011010010011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF81B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF81B1; }

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

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

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

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

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

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

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

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