#D581AE

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

Shades of Kobi #D581AE

Tints of Kobi #D581AE

Color information

#D581AE (or 0xD581AE) is unknown color: approx Kobi. HEX triplet: D5, 81 and AE. RGB value is (213,129,174). Sum of RGB (Red+Green+Blue) = 213+129+174=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D581AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D581AE is #2A7E51. Grayscale: #9F9F9F. Windows color (decimal): -2784850 or 11436501. OLE color: 11436501.

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

Color convert

RGB213129174-
CMYK00.390.180.16
HSL327.86º50%67.06%-
HSV(B)327.86º39.44%83.53%-
XYZ42.9332.944.13-
YUV159.25136.33166.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.28%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=41.28%
G=25%
B=33.72%

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
Decimal21312917400.390.180.16327.865067.06
HexD581AE02712101483243
Octal325201256047222051062103
Binary110101011000000110101110010011110010100001010010001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D581AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D581AE; }

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

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

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

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

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

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

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

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