#DE95AF

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

Shades of Kobi #DE95AF

Tints of Kobi #DE95AF

Color information

#DE95AF (or 0xDE95AF) is unknown color: approx Kobi. HEX triplet: DE, 95 and AF. RGB value is (222,149,175). Sum of RGB (Red+Green+Blue) = 222+149+175=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DE95AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE95AF is #216A50. Grayscale: #ADADAD. Windows color (decimal): -2189905 or 11507166. OLE color: 11507166.

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

Color convert

RGB222149175-
CMYK00.330.210.13
HSL338.63º52.52%72.75%-
HSV(B)338.63º32.88%87.06%-
XYZ48.6140.1245.74-
YUV173.79128.68162.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=40.66%
G=27.29%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214917500.330.210.13338.6352.5272.75
HexDE95AF02115D1533549
Octal336225257041251552365111
Binary11011110100101011010111101000011010111011010100111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE95AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE95AF; }

 p { color: rgb(222,149,175); }

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

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

 a { background-color: rgb(222,149,175); }

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

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

 span { border-color: rgb(222,149,175); }

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