#D083AE

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

Shades of Kobi #D083AE

Tints of Kobi #D083AE

Color information

#D083AE (or 0xD083AE) is unknown color: approx Kobi. HEX triplet: D0, 83 and AE. RGB value is (208,131,174). Sum of RGB (Red+Green+Blue) = 208+131+174=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D083AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D083AE is #2F7C51. Grayscale: #9E9E9E. Windows color (decimal): -3112018 or 11437008. OLE color: 11437008.

HSL color Cylindrical-coordinate representation of color #D083AE: hue angle of 326.49º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D083AE is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208131174-
CMYK00.370.160.18
HSL326.49º45.03%66.47%-
HSV(B)326.49º37.02%81.57%-
XYZ41.7732.744.15-
YUV158.93136.51163-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 131 (51.56% from 255) = 25.54%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=40.55%
G=25.54%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813117400.370.160.18326.4945.0366.47
HexD083AE02510121462d42
Octal320203256045202250655102
Binary110100001000001110101110010010110000100101010001101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083AE; }

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

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

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

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

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

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

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

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