#DE81B2

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

Shades of Kobi #DE81B2

Tints of Kobi #DE81B2

Color information

#DE81B2 (or 0xDE81B2) is unknown color: approx Kobi. HEX triplet: DE, 81 and B2. RGB value is (222,129,178). Sum of RGB (Red+Green+Blue) = 222+129+178=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE81B2 is #217E4D. Grayscale: #A2A2A2. Windows color (decimal): -2195022 or 11698654. OLE color: 11698654.

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

Color convert

RGB222129178-
CMYK00.420.200.13
HSL328.39º58.49%68.82%-
HSV(B)328.39º41.89%87.06%-
XYZ46.0134.4446.34-
YUV162.39136.81170.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 129 (50.78% from 255) = 24.39%
BLUE value IS 178 (69.92% from 255) = 33.65%
R=41.97%
G=24.39%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212917800.420.200.13328.3958.4968.82
HexDE81B202A14D1483a45
Octal336201262052241551072105
Binary11011110100000011011001001010101010011011010010001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE81B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE81B2; }

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

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

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

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

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

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

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

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