#D59AB5

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

Shades of Kobi #D59AB5

Tints of Kobi #D59AB5

Color information

#D59AB5 (or 0xD59AB5) is unknown color: approx Kobi. HEX triplet: D5, 9A and B5. RGB value is (213,154,181). Sum of RGB (Red+Green+Blue) = 213+154+181=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59AB5 is #2A654A. Grayscale: #AEAEAE. Windows color (decimal): -2778443 or 11901653. OLE color: 11901653.

HSL color Cylindrical-coordinate representation of color #D59AB5: hue angle of 332.54º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59AB5 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB213154181-
CMYK00.280.150.16
HSL332.54º41.26%71.96%-
HSV(B)332.54º27.7%83.53%-
XYZ47.3440.5949.06-
YUV174.72131.55155.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.87%
GREEN value IS 154 (60.55% from 255) = 28.10%
BLUE value IS 181 (71.09% from 255) = 33.03%
R=38.87%
G=28.10%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315418100.280.150.16332.5441.2671.96
HexD59AB501CF1014d2948
Octal325232265034172051551110
Binary1101010110011010101101010111001111100001010011011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59AB5; }

 p { color: rgb(213,154,181); }

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

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

 a { background-color: rgb(213,154,181); }

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

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

 span { border-color: rgb(213,154,181); }

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