#D58AAA

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

Shades of Kobi #D58AAA

Tints of Kobi #D58AAA

Color information

#D58AAA (or 0xD58AAA) is unknown color: approx Kobi. HEX triplet: D5, 8A and AA. RGB value is (213,138,170). Sum of RGB (Red+Green+Blue) = 213+138+170=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58AAA is #2A7555. Grayscale: #A4A4A4. Windows color (decimal): -2782550 or 11176661. OLE color: 11176661.

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

Color convert

RGB213138170-
CMYK00.350.200.16
HSL334.4º47.17%68.82%-
HSV(B)334.4º35.21%83.53%-
XYZ43.7835.2342.52-
YUV164.07131.35162.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=40.88%
G=26.49%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313817000.350.200.16334.447.1768.82
HexD58AAA023141014e2f45
Octal325212252043242051657105
Binary110101011000101010101010010001110100100001010011101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AAA; }

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

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

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

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

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

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

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

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