#D59BB3

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

Shades of Kobi #D59BB3

Tints of Kobi #D59BB3

Color information

#D59BB3 (or 0xD59BB3) is unknown color: approx Kobi. HEX triplet: D5, 9B and B3. RGB value is (213,155,179). Sum of RGB (Red+Green+Blue) = 213+155+179=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BB3 is #2A644C. Grayscale: #AFAFAF. Windows color (decimal): -2778189 or 11770837. OLE color: 11770837.

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

Color convert

RGB213155179-
CMYK00.270.160.16
HSL335.17º40.85%72.16%-
HSV(B)335.17º27.23%83.53%-
XYZ47.340.8448.04-
YUV175.08130.22155.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=38.94%
G=28.34%
B=32.72%

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
Decimal21315517900.270.160.16335.1740.8572.16
HexD59BB301B101014f2948
Octal325233263033202051751110
Binary11010101100110111011001101101110000100001010011111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59BB3; }

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

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

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

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

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

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

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

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