#df81a4

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

Shades of Kobi #DF81A4

Tints of Kobi #DF81A4

Color information

#DF81A4 (or 0xDF81A4) is unknown color: approx Kobi. HEX triplet: DF, 81 and A4. RGB value is (223,129,164). Sum of RGB (Red+Green+Blue) = 223+129+164=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF81A4 is #207E5B. Grayscale: #A1A1A1. Windows color (decimal): -2129500 or 10781151. OLE color: 10781151.

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

Color convert

RGB223129164-
CMYK00.420.260.13
HSL337.66º59.49%69.02%-
HSV(B)337.66º42.15%87.45%-
XYZ44.9834.0739.33-
YUV161.1129.64172.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.22%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 164 (64.45% from 255) = 31.78%
R=43.22%
G=25%
B=31.78%

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
Decimal22312916400.420.260.13337.6659.4969.02
HexDF81A402A1AD1523b45
Octal337201244052321552273105
Binary11011111100000011010010001010101101011011010100101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df81a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df81a4; }

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

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

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

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

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

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

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

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