#D793B0

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

Shades of Kobi #D793B0

Tints of Kobi #D793B0

Color information

#D793B0 (or 0xD793B0) is unknown color: approx Kobi. HEX triplet: D7, 93 and B0. RGB value is (215,147,176). Sum of RGB (Red+Green+Blue) = 215+147+176=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D793B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D793B0 is #286C4F. Grayscale: #AAAAAA. Windows color (decimal): -2649168 or 11572183. OLE color: 11572183.

HSL color Cylindrical-coordinate representation of color #D793B0: hue angle of 334.41º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D793B0 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB215147176-
CMYK00.320.180.16
HSL334.41º45.95%70.98%-
HSV(B)334.41º31.63%84.31%-
XYZ46.2938.4546.06-
YUV170.64131.03159.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.96%
GREEN value IS 147 (57.81% from 255) = 27.32%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=39.96%
G=27.32%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514717600.320.180.16334.4145.9570.98
HexD793B0020121014e2e47
Octal327223260040222051656107
Binary110101111001001110110000010000010010100001010011101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D793B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D793B0; }

 p { color: rgb(215,147,176); }

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

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

 a { background-color: rgb(215,147,176); }

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

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

 span { border-color: rgb(215,147,176); }

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