#D580AB

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

Shades of Kobi #D580AB

Tints of Kobi #D580AB

Color information

#D580AB (or 0xD580AB) is unknown color: approx Kobi. HEX triplet: D5, 80 and AB. RGB value is (213,128,171). Sum of RGB (Red+Green+Blue) = 213+128+171=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D580AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D580AB is #2A7F54. Grayscale: #9E9E9E. Windows color (decimal): -2785109 or 11239637. OLE color: 11239637.

HSL color Cylindrical-coordinate representation of color #D580AB: hue angle of 329.65º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D580AB is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213128171-
CMYK00.400.200.16
HSL329.65º50.3%66.86%-
HSV(B)329.65º39.91%83.53%-
XYZ42.5132.5242.57-
YUV158.32135.16167-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 128 (50.39% from 255) = 25%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=41.60%
G=25%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312817100.400.200.16329.6550.366.86
HexD580AB028141014a3243
Octal325200253050242051262103
Binary110101011000000010101011010100010100100001010010101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D580AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D580AB; }

 p { color: rgb(213,128,171); }

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

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

 a { background-color: rgb(213,128,171); }

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

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

 span { border-color: rgb(213,128,171); }

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