#D59AB3

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

Shades of Kobi #D59AB3

Tints of Kobi #D59AB3

Color information

#D59AB3 (or 0xD59AB3) is unknown color: approx Kobi. HEX triplet: D5, 9A and B3. RGB value is (213,154,179). Sum of RGB (Red+Green+Blue) = 213+154+179=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59AB3 is #2A654C. Grayscale: #AEAEAE. Windows color (decimal): -2778445 or 11770581. OLE color: 11770581.

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

Color convert

RGB213154179-
CMYK00.280.160.16
HSL334.58º41.26%71.96%-
HSV(B)334.58º27.7%83.53%-
XYZ47.1340.5147.98-
YUV174.49130.55155.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.01%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 179 (70.31% from 255) = 32.78%
R=39.01%
G=28.21%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315417900.280.160.16334.5841.2671.96
HexD59AB301C101014f2948
Octal325232263034202051751110
Binary11010101100110101011001101110010000100001010011111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59AB3; }

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

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

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

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

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

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

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

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