#D584A8

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

Shades of Kobi #D584A8

Tints of Kobi #D584A8

Color information

#D584A8 (or 0xD584A8) is unknown color: approx Kobi. HEX triplet: D5, 84 and A8. RGB value is (213,132,168). Sum of RGB (Red+Green+Blue) = 213+132+168=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D584A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D584A8 is #2A7B57. Grayscale: #A0A0A0. Windows color (decimal): -2784088 or 11044053. OLE color: 11044053.

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

Color convert

RGB213132168-
CMYK00.380.210.16
HSL333.33º49.09%67.65%-
HSV(B)333.33º38.03%83.53%-
XYZ42.7633.4841.25-
YUV160.32132.34165.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 168 (66.02% from 255) = 32.75%
R=41.52%
G=25.73%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313216800.380.210.16333.3349.0967.65
HexD584A8026151014d3144
Octal325204250046252051561104
Binary110101011000010010101000010011010101100001010011011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D584A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D584A8; }

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

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

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

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

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

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

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

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