#D580AE

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

Shades of Kobi #D580AE

Tints of Kobi #D580AE

Color information

#D580AE (or 0xD580AE) is unknown color: approx Kobi. HEX triplet: D5, 80 and AE. RGB value is (213,128,174). Sum of RGB (Red+Green+Blue) = 213+128+174=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D580AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D580AE is #2A7F51. Grayscale: #9E9E9E. Windows color (decimal): -2785106 or 11436245. OLE color: 11436245.

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

Color convert

RGB213128174-
CMYK00.400.180.16
HSL327.53º50.3%66.86%-
HSV(B)327.53º39.91%83.53%-
XYZ42.832.6444.09-
YUV158.66136.66166.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=41.36%
G=24.85%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312817400.400.180.16327.5350.366.86
HexD580AE02812101483243
Octal325200256050222051062103
Binary110101011000000010101110010100010010100001010010001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D580AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D580AE; }

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

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

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

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

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

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

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

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