#DE8FB1

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

Shades of Kobi #DE8FB1

Tints of Kobi #DE8FB1

Color information

#DE8FB1 (or 0xDE8FB1) is unknown color: approx Kobi. HEX triplet: DE, 8F and B1. RGB value is (222,143,177). Sum of RGB (Red+Green+Blue) = 222+143+177=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8FB1 is #21704E. Grayscale: #AAAAAA. Windows color (decimal): -2191439 or 11636702. OLE color: 11636702.

HSL color Cylindrical-coordinate representation of color #DE8FB1: hue angle of 334.18º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8FB1 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB222143177-
CMYK00.360.200.13
HSL334.18º54.48%71.57%-
HSV(B)334.18º35.59%87.06%-
XYZ47.8838.3546.47-
YUV170.5131.67164.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 143 (56.25% from 255) = 26.38%
BLUE value IS 177 (69.53% from 255) = 32.66%
R=40.96%
G=26.38%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214317700.360.200.13334.1854.4871.57
HexDE8FB102414D14e3648
Octal336217261044241551666110
Binary11011110100011111011000101001001010011011010011101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8FB1; }

 p { color: rgb(222,143,177); }

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

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

 a { background-color: rgb(222,143,177); }

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

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

 span { border-color: rgb(222,143,177); }

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