#D584AE

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

Shades of Kobi #D584AE

Tints of Kobi #D584AE

Color information

#D584AE (or 0xD584AE) is unknown color: approx Kobi. HEX triplet: D5, 84 and AE. RGB value is (213,132,174). Sum of RGB (Red+Green+Blue) = 213+132+174=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D584AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D584AE is #2A7B51. Grayscale: #A0A0A0. Windows color (decimal): -2784082 or 11437269. OLE color: 11437269.

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

Color convert

RGB213132174-
CMYK00.380.180.16
HSL328.89º49.09%67.65%-
HSV(B)328.89º38.03%83.53%-
XYZ43.3333.744.27-
YUV161.01135.34165.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.04%
GREEN value IS 132 (51.95% from 255) = 25.43%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=41.04%
G=25.43%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313217400.380.180.16328.8949.0967.65
HexD584AE02612101493144
Octal325204256046222051161104
Binary110101011000010010101110010011010010100001010010011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D584AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D584AE; }

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

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

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

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

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

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

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

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