#D582AE

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

Shades of Kobi #D582AE

Tints of Kobi #D582AE

Color information

#D582AE (or 0xD582AE) is unknown color: approx Kobi. HEX triplet: D5, 82 and AE. RGB value is (213,130,174). Sum of RGB (Red+Green+Blue) = 213+130+174=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D582AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D582AE is #2A7D51. Grayscale: #9F9F9F. Windows color (decimal): -2784594 or 11436757. OLE color: 11436757.

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

Color convert

RGB213130174-
CMYK00.390.180.16
HSL328.19º49.7%67.25%-
HSV(B)328.19º38.97%83.53%-
XYZ43.0633.1744.18-
YUV159.83136165.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=41.20%
G=25.15%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313017400.390.180.16328.1949.767.25
HexD582AE02712101483243
Octal325202256047222051062103
Binary110101011000001010101110010011110010100001010010001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D582AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D582AE; }

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

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

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

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

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

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

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

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