#D582AD

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

Shades of Kobi #D582AD

Tints of Kobi #D582AD

Color information

#D582AD (or 0xD582AD) is unknown color: approx Kobi. HEX triplet: D5, 82 and AD. RGB value is (213,130,173). Sum of RGB (Red+Green+Blue) = 213+130+173=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D582AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D582AD is #2A7D52. Grayscale: #9F9F9F. Windows color (decimal): -2784595 or 11371221. OLE color: 11371221.

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

Color convert

RGB213130173-
CMYK00.390.190.16
HSL328.92º49.7%67.25%-
HSV(B)328.92º38.97%83.53%-
XYZ42.9733.1343.67-
YUV159.72135.5166-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.28%
GREEN value IS 130 (51.17% from 255) = 25.19%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=41.28%
G=25.19%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313017300.390.190.16328.9249.767.25
HexD582AD02713101493243
Octal325202255047232051162103
Binary110101011000001010101101010011110011100001010010011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D582AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D582AD; }

 p { color: rgb(213,130,173); }

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

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

 a { background-color: rgb(213,130,173); }

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

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

 span { border-color: rgb(213,130,173); }

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