#D59AAD

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

Shades of Kobi #D59AAD

Tints of Kobi #D59AAD

Color information

#D59AAD (or 0xD59AAD) is unknown color: approx Kobi. HEX triplet: D5, 9A and AD. RGB value is (213,154,173). Sum of RGB (Red+Green+Blue) = 213+154+173=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59AAD is #2A6552. Grayscale: #ADADAD. Windows color (decimal): -2778451 or 11377365. OLE color: 11377365.

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

Color convert

RGB213154173-
CMYK00.280.190.16
HSL340.68º41.26%71.96%-
HSV(B)340.68º27.7%83.53%-
XYZ46.5440.2744.86-
YUV173.81127.55155.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=39.44%
G=28.52%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315417300.280.190.16340.6841.2671.96
HexD59AAD01C13101552948
Octal325232255034232052551110
Binary11010101100110101010110101110010011100001010101011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59AAD; }

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

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

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

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

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

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

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

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