#D59BB2

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

Shades of Kobi #D59BB2

Tints of Kobi #D59BB2

Color information

#D59BB2 (or 0xD59BB2) is unknown color: approx Kobi. HEX triplet: D5, 9B and B2. RGB value is (213,155,178). Sum of RGB (Red+Green+Blue) = 213+155+178=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59BB2 is #2A644D. Grayscale: #AEAEAE. Windows color (decimal): -2778190 or 11705301. OLE color: 11705301.

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

Color convert

RGB213155178-
CMYK00.270.160.16
HSL336.21º40.85%72.16%-
HSV(B)336.21º27.23%83.53%-
XYZ47.240.847.51-
YUV174.96129.72155.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.01%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 178 (69.92% from 255) = 32.60%
R=39.01%
G=28.39%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315517800.270.160.16336.2140.8572.16
HexD59BB201B10101502948
Octal325233262033202052051110
Binary11010101100110111011001001101110000100001010100001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59BB2; }

 p { color: rgb(213,155,178); }

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

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

 a { background-color: rgb(213,155,178); }

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

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

 span { border-color: rgb(213,155,178); }

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