#D586AE

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

Shades of Kobi #D586AE

Tints of Kobi #D586AE

Color information

#D586AE (or 0xD586AE) is unknown color: approx Kobi. HEX triplet: D5, 86 and AE. RGB value is (213,134,174). Sum of RGB (Red+Green+Blue) = 213+134+174=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D586AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D586AE is #2A7951. Grayscale: #A2A2A2. Windows color (decimal): -2783570 or 11437781. OLE color: 11437781.

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

Color convert

RGB213134174-
CMYK00.370.180.16
HSL329.62º48.47%68.04%-
HSV(B)329.62º37.09%83.53%-
XYZ43.6134.2544.36-
YUV162.18134.67164.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=40.88%
G=25.72%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313417400.370.180.16329.6248.4768.04
HexD586AE025121014a3044
Octal325206256045222051260104
Binary110101011000011010101110010010110010100001010010101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D586AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D586AE; }

 p { color: rgb(213,134,174); }

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

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

 a { background-color: rgb(213,134,174); }

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

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

 span { border-color: rgb(213,134,174); }

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