#D583AE

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

Shades of Kobi #D583AE

Tints of Kobi #D583AE

Color information

#D583AE (or 0xD583AE) is unknown color: approx Kobi. HEX triplet: D5, 83 and AE. RGB value is (213,131,174). Sum of RGB (Red+Green+Blue) = 213+131+174=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D583AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D583AE is #2A7C51. Grayscale: #A0A0A0. Windows color (decimal): -2784338 or 11437013. OLE color: 11437013.

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

Color convert

RGB213131174-
CMYK00.380.180.16
HSL328.54º49.4%67.45%-
HSV(B)328.54º38.5%83.53%-
XYZ43.233.4344.22-
YUV160.42135.67165.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 131 (51.56% from 255) = 25.29%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=41.12%
G=25.29%
B=33.59%

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
Decimal21313117400.380.180.16328.5449.467.45
HexD583AE02612101493143
Octal325203256046222051161103
Binary110101011000001110101110010011010010100001010010011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D583AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D583AE; }

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

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

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

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

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

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

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

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