#DF81AD

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

Shades of Kobi #DF81AD

Tints of Kobi #DF81AD

Color information

#DF81AD (or 0xDF81AD) is unknown color: approx Kobi. HEX triplet: DF, 81 and AD. RGB value is (223,129,173). Sum of RGB (Red+Green+Blue) = 223+129+173=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF81AD is #207E52. Grayscale: #A2A2A2. Windows color (decimal): -2129491 or 11370975. OLE color: 11370975.

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

Color convert

RGB223129173-
CMYK00.420.220.13
HSL331.91º59.49%69.02%-
HSV(B)331.91º42.15%87.45%-
XYZ45.8234.4143.76-
YUV162.12134.14171.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.48%
GREEN value IS 129 (50.78% from 255) = 24.57%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=42.48%
G=24.57%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312917300.420.220.13331.9159.4969.02
HexDF81AD02A16D14c3b45
Octal337201255052261551473105
Binary11011111100000011010110101010101011011011010011001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF81AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF81AD; }

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

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

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

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

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

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

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

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