#DE81AD

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

Shades of Kobi #DE81AD

Tints of Kobi #DE81AD

Color information

#DE81AD (or 0xDE81AD) is unknown color: approx Kobi. HEX triplet: DE, 81 and AD. RGB value is (222,129,173). Sum of RGB (Red+Green+Blue) = 222+129+173=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE81AD is #217E52. Grayscale: #A1A1A1. Windows color (decimal): -2195027 or 11370974. OLE color: 11370974.

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

Color convert

RGB222129173-
CMYK00.420.220.13
HSL331.61º58.49%68.82%-
HSV(B)331.61º41.89%87.06%-
XYZ45.5234.2543.75-
YUV161.82134.31170.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=42.37%
G=24.62%
B=33.02%

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
Decimal22212917300.420.220.13331.6158.4968.82
HexDE81AD02A16D14c3a45
Octal336201255052261551472105
Binary11011110100000011010110101010101011011011010011001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE81AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE81AD; }

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

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

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

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

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

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

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

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