#D392B2

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

Shades of Kobi #D392B2

Tints of Kobi #D392B2

Color information

#D392B2 (or 0xD392B2) is unknown color: approx Kobi. HEX triplet: D3, 92 and B2. RGB value is (211,146,178). Sum of RGB (Red+Green+Blue) = 211+146+178=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D392B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D392B2 is #2C6D4D. Grayscale: #A9A9A9. Windows color (decimal): -2911566 or 11702995. OLE color: 11702995.

HSL color Cylindrical-coordinate representation of color #D392B2: hue angle of 330.46º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D392B2 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB211146178-
CMYK00.310.160.17
HSL330.46º42.48%70%-
HSV(B)330.46º30.81%82.75%-
XYZ45.1837.6247-
YUV169.08133.03157.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.44%
GREEN value IS 146 (57.42% from 255) = 27.29%
BLUE value IS 178 (69.92% from 255) = 33.27%
R=39.44%
G=27.29%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114617800.310.160.17330.4642.4870
HexD392B201F101114a2a46
Octal323222262037202151252106
Binary11010011100100101011001001111110000100011010010101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D392B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D392B2; }

 p { color: rgb(211,146,178); }

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

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

 a { background-color: rgb(211,146,178); }

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

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

 span { border-color: rgb(211,146,178); }

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