#D58EAA

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

Shades of Kobi #D58EAA

Tints of Kobi #D58EAA

Color information

#D58EAA (or 0xD58EAA) is unknown color: approx Kobi. HEX triplet: D5, 8E and AA. RGB value is (213,142,170). Sum of RGB (Red+Green+Blue) = 213+142+170=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D58EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58EAA is #2A7155. Grayscale: #A6A6A6. Windows color (decimal): -2781526 or 11177685. OLE color: 11177685.

HSL color Cylindrical-coordinate representation of color #D58EAA: hue angle of 336.34º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58EAA is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213142170-
CMYK00.330.200.16
HSL336.34º45.81%69.61%-
HSV(B)336.34º33.33%83.53%-
XYZ44.3736.3942.72-
YUV166.42130.02161.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=40.57%
G=27.05%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314217000.330.200.16336.3445.8169.61
HexD58EAA02114101502e46
Octal325216252041242052056106
Binary110101011000111010101010010000110100100001010100001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58EAA; }

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

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

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

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

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

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

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

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