#D896B3

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

Shades of Kobi #D896B3

Tints of Kobi #D896B3

Color information

#D896B3 (or 0xD896B3) is unknown color: approx Kobi. HEX triplet: D8, 96 and B3. RGB value is (216,150,179). Sum of RGB (Red+Green+Blue) = 216+150+179=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D896B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896B3 is #27694C. Grayscale: #ACACAC. Windows color (decimal): -2582861 or 11769560. OLE color: 11769560.

HSL color Cylindrical-coordinate representation of color #D896B3: hue angle of 333.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D896B3 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB216150179-
CMYK00.310.170.15
HSL333.64º45.83%71.76%-
HSV(B)333.64º30.56%84.71%-
XYZ47.3639.6747.81-
YUV173.04131.37158.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 150 (58.98% from 255) = 27.52%
BLUE value IS 179 (70.31% from 255) = 32.84%
R=39.63%
G=27.52%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615017900.310.170.15333.6445.8371.76
HexD896B301F11F14e2e48
Octal330226263037211751656110
Binary1101100010010110101100110111111000111111010011101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D896B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D896B3; }

 p { color: rgb(216,150,179); }

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

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

 a { background-color: rgb(216,150,179); }

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

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

 span { border-color: rgb(216,150,179); }

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