#D882AE

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

Shades of Kobi #D882AE

Tints of Kobi #D882AE

Color information

#D882AE (or 0xD882AE) is unknown color: approx Kobi. HEX triplet: D8, 82 and AE. RGB value is (216,130,174). Sum of RGB (Red+Green+Blue) = 216+130+174=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D882AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D882AE is #277D51. Grayscale: #A0A0A0. Windows color (decimal): -2587986 or 11436760. OLE color: 11436760.

HSL color Cylindrical-coordinate representation of color #D882AE: hue angle of 329.3º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D882AE is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216130174-
CMYK00.400.190.15
HSL329.3º52.44%67.84%-
HSV(B)329.3º39.81%84.71%-
XYZ43.9433.6244.22-
YUV160.73135.49167.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.54%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=41.54%
G=25%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613017400.400.190.15329.352.4467.84
HexD882AE02813F1493444
Octal330202256050231751164104
Binary11011000100000101010111001010001001111111010010011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D882AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D882AE; }

 p { color: rgb(216,130,174); }

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

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

 a { background-color: rgb(216,130,174); }

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

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

 span { border-color: rgb(216,130,174); }

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