#D896AD

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

Shades of Kobi #D896AD

Tints of Kobi #D896AD

Color information

#D896AD (or 0xD896AD) is unknown color: approx Kobi. HEX triplet: D8, 96 and AD. RGB value is (216,150,173). Sum of RGB (Red+Green+Blue) = 216+150+173=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D896AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D896AD is #276952. Grayscale: #ACACAC. Windows color (decimal): -2582867 or 11376344. OLE color: 11376344.

HSL color Cylindrical-coordinate representation of color #D896AD: hue angle of 339.09º 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 #D896AD is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB216150173-
CMYK00.310.200.15
HSL339.09º45.83%71.76%-
HSV(B)339.09º30.56%84.71%-
XYZ46.7739.4344.68-
YUV172.36128.37159.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=40.07%
G=27.83%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615017300.310.200.15339.0945.8371.76
HexD896AD01F14F1532e48
Octal330226255037241752356110
Binary1101100010010110101011010111111010011111010100111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D896AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D896AD; }

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

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

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

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

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

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

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

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