#DE97A5

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

Shades of Kobi #DE97A5

Tints of Kobi #DE97A5

Color information

#DE97A5 (or 0xDE97A5) is unknown color: approx Kobi. HEX triplet: DE, 97 and A5. RGB value is (222,151,165). Sum of RGB (Red+Green+Blue) = 222+151+165=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE97A5 is #21685A. Grayscale: #ADADAD. Windows color (decimal): -2189403 or 10852318. OLE color: 10852318.

HSL color Cylindrical-coordinate representation of color #DE97A5: hue angle of 348.17º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE97A5 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB222151165-
CMYK00.320.260.13
HSL348.17º51.82%73.14%-
HSV(B)348.17º31.98%87.06%-
XYZ47.9840.3840.86-
YUV173.82123.02162.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 165 (64.84% from 255) = 30.67%
R=41.26%
G=28.07%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215116500.320.260.13348.1751.8273.14
HexDE97A50201AD15c3449
Octal336227245040321553464111
Binary11011110100101111010010101000001101011011010111001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE97A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE97A5; }

 p { color: rgb(222,151,165); }

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

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

 a { background-color: rgb(222,151,165); }

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

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

 span { border-color: rgb(222,151,165); }

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