#D58DAF

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

Shades of Kobi #D58DAF

Tints of Kobi #D58DAF

Color information

#D58DAF (or 0xD58DAF) is unknown color: approx Kobi. HEX triplet: D5, 8D and AF. RGB value is (213,141,175). Sum of RGB (Red+Green+Blue) = 213+141+175=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58DAF is #2A7250. Grayscale: #A6A6A6. Windows color (decimal): -2781777 or 11505109. OLE color: 11505109.

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

Color convert

RGB213141175-
CMYK00.340.180.16
HSL331.67º46.15%69.41%-
HSV(B)331.67º33.8%83.53%-
XYZ44.736.2945.21-
YUV166.4132.85161.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.26%
GREEN value IS 141 (55.47% from 255) = 26.65%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=40.26%
G=26.65%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314117500.340.180.16331.6746.1569.41
HexD58DAF022121014c2e45
Octal325215257042222051456105
Binary110101011000110110101111010001010010100001010011001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58DAF; }

 p { color: rgb(213,141,175); }

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

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

 a { background-color: rgb(213,141,175); }

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

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

 span { border-color: rgb(213,141,175); }

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