#D58AB1

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

Shades of Kobi #D58AB1

Tints of Kobi #D58AB1

Color information

#D58AB1 (or 0xD58AB1) is unknown color: approx Kobi. HEX triplet: D5, 8A and B1. RGB value is (213,138,177). Sum of RGB (Red+Green+Blue) = 213+138+177=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58AB1 is #2A754E. Grayscale: #A4A4A4. Windows color (decimal): -2782543 or 11635413. OLE color: 11635413.

HSL color Cylindrical-coordinate representation of color #D58AB1: hue angle of 328.8º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58AB1 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB213138177-
CMYK00.350.170.16
HSL328.8º47.17%68.82%-
HSV(B)328.8º35.21%83.53%-
XYZ44.4635.546.1-
YUV164.87134.85162.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 177 (69.53% from 255) = 33.52%
R=40.34%
G=26.14%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313817700.350.170.16328.847.1768.82
HexD58AB102311101492f45
Octal325212261043212051157105
Binary110101011000101010110001010001110001100001010010011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AB1; }

 p { color: rgb(213,138,177); }

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

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

 a { background-color: rgb(213,138,177); }

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

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

 span { border-color: rgb(213,138,177); }

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