#D883AE

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

Shades of Kobi #D883AE

Tints of Kobi #D883AE

Color information

#D883AE (or 0xD883AE) is unknown color: approx Kobi. HEX triplet: D8, 83 and AE. RGB value is (216,131,174). Sum of RGB (Red+Green+Blue) = 216+131+174=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D883AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D883AE is #277C51. Grayscale: #A1A1A1. Windows color (decimal): -2587730 or 11437016. OLE color: 11437016.

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

Color convert

RGB216131174-
CMYK00.390.190.15
HSL329.65º52.15%68.04%-
HSV(B)329.65º39.35%84.71%-
XYZ44.0833.8944.26-
YUV161.32135.16167-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.46%
GREEN value IS 131 (51.56% from 255) = 25.14%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=41.46%
G=25.14%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613117400.390.190.15329.6552.1568.04
HexD883AE02713F14a3444
Octal330203256047231751264104
Binary11011000100000111010111001001111001111111010010101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D883AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D883AE; }

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

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

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

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

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

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

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

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