#D58EA6

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

Shades of Kobi #D58EA6

Tints of Kobi #D58EA6

Color information

#D58EA6 (or 0xD58EA6) is unknown color: approx Kobi. HEX triplet: D5, 8E and A6. RGB value is (213,142,166). Sum of RGB (Red+Green+Blue) = 213+142+166=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D58EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58EA6 is #2A7159. Grayscale: #A5A5A5. Windows color (decimal): -2781530 or 10915541. OLE color: 10915541.

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

Color convert

RGB213142166-
CMYK00.330.220.16
HSL339.72º45.81%69.61%-
HSV(B)339.72º33.33%83.53%-
XYZ4436.2540.75-
YUV165.96128.02161.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 166 (65.23% from 255) = 31.86%
R=40.88%
G=27.26%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314216600.330.220.16339.7245.8169.61
HexD58EA602116101542e46
Octal325216246041262052456106
Binary110101011000111010100110010000110110100001010101001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58EA6; }

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

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

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

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

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

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

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

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