#D58AAE

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

Shades of Kobi #D58AAE

Tints of Kobi #D58AAE

Color information

#D58AAE (or 0xD58AAE) is unknown color: approx Kobi. HEX triplet: D5, 8A and AE. RGB value is (213,138,174). Sum of RGB (Red+Green+Blue) = 213+138+174=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58AAE is #2A7551. Grayscale: #A4A4A4. Windows color (decimal): -2782546 or 11438805. OLE color: 11438805.

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

Color convert

RGB213138174-
CMYK00.350.180.16
HSL331.2º47.17%68.82%-
HSV(B)331.2º35.21%83.53%-
XYZ44.1735.3844.55-
YUV164.53133.35162.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=40.57%
G=26.29%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313817400.350.180.16331.247.1768.82
HexD58AAE023121014b2f45
Octal325212256043222051357105
Binary110101011000101010101110010001110010100001010010111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AAE; }

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

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

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

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

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

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

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

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