#DE92B1

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

Shades of Kobi #DE92B1

Tints of Kobi #DE92B1

Color information

#DE92B1 (or 0xDE92B1) is unknown color: approx Kobi. HEX triplet: DE, 92 and B1. RGB value is (222,146,177). Sum of RGB (Red+Green+Blue) = 222+146+177=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DE92B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE92B1 is #216D4E. Grayscale: #ACACAC. Windows color (decimal): -2190671 or 11637470. OLE color: 11637470.

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

Color convert

RGB222146177-
CMYK00.340.200.13
HSL335.53º53.52%72.16%-
HSV(B)335.53º34.23%87.06%-
XYZ48.3439.2646.63-
YUV172.26130.68163.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 146 (57.42% from 255) = 26.79%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=40.73%
G=26.79%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214617700.340.200.13335.5353.5272.16
HexDE92B102214D1503648
Octal336222261042241552066110
Binary11011110100100101011000101000101010011011010100001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE92B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE92B1; }

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

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

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

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

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

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

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

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