#D57EAE

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

Shades of Kobi #D57EAE

Tints of Kobi #D57EAE

Color information

#D57EAE (or 0xD57EAE) is unknown color: approx Kobi. HEX triplet: D5, 7E and AE. RGB value is (213,126,174). Sum of RGB (Red+Green+Blue) = 213+126+174=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57EAE is #2A8151. Grayscale: #9D9D9D. Windows color (decimal): -2785618 or 11435733. OLE color: 11435733.

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

Color convert

RGB213126174-
CMYK00.410.180.16
HSL326.9º50.88%66.47%-
HSV(B)326.9º40.85%83.53%-
XYZ42.5432.1244-
YUV157.49137.32167.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 126 (49.61% from 255) = 24.56%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=41.52%
G=24.56%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312617400.410.180.16326.950.8866.47
HexD57EAE02912101473342
Octal325176256051222050763102
Binary11010101111111010101110010100110010100001010001111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57EAE; }

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

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

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

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

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

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

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

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