#D396B2

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

Shades of Kobi #D396B2

Tints of Kobi #D396B2

Color information

#D396B2 (or 0xD396B2) is unknown color: approx Kobi. HEX triplet: D3, 96 and B2. RGB value is (211,150,178). Sum of RGB (Red+Green+Blue) = 211+150+178=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D396B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D396B2 is #2C694D. Grayscale: #ABABAB. Windows color (decimal): -2910542 or 11704019. OLE color: 11704019.

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

Color convert

RGB211150178-
CMYK00.290.160.17
HSL332.46º40.94%70.78%-
HSV(B)332.46º28.91%82.75%-
XYZ45.8138.8847.21-
YUV171.43131.71156.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.15%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=39.15%
G=27.83%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115017800.290.160.17332.4640.9470.78
HexD396B201D101114c2947
Octal323226262035202151451107
Binary11010011100101101011001001110110000100011010011001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D396B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D396B2; }

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

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

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

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

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

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

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

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