#D586A7

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

Shades of Kobi #D586A7

Tints of Kobi #D586A7

Color information

#D586A7 (or 0xD586A7) is unknown color: approx Kobi. HEX triplet: D5, 86 and A7. RGB value is (213,134,167). Sum of RGB (Red+Green+Blue) = 213+134+167=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D586A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D586A7 is #2A7958. Grayscale: #A1A1A1. Windows color (decimal): -2783577 or 10979029. OLE color: 10979029.

HSL color Cylindrical-coordinate representation of color #D586A7: hue angle of 334.94º 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 #D586A7 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB213134167-
CMYK00.370.220.16
HSL334.94º48.47%68.04%-
HSV(B)334.94º37.09%83.53%-
XYZ42.9433.9940.86-
YUV161.38131.17164.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 134 (52.73% from 255) = 26.07%
BLUE value IS 167 (65.62% from 255) = 32.49%
R=41.44%
G=26.07%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313416700.370.220.16334.9448.4768.04
HexD586A7025161014f3044
Octal325206247045262051760104
Binary110101011000011010100111010010110110100001010011111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D586A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D586A7; }

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

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

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

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

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

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

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

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