#D57EAD

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

Shades of Kobi #D57EAD

Tints of Kobi #D57EAD

Color information

#D57EAD (or 0xD57EAD) is unknown color: approx Kobi. HEX triplet: D5, 7E and AD. RGB value is (213,126,173). Sum of RGB (Red+Green+Blue) = 213+126+173=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57EAD is #2A8152. Grayscale: #9D9D9D. Windows color (decimal): -2785619 or 11370197. OLE color: 11370197.

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

Color convert

RGB213126173-
CMYK00.410.190.16
HSL327.59º50.88%66.47%-
HSV(B)327.59º40.85%83.53%-
XYZ42.4432.0843.49-
YUV157.37136.82167.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 126 (49.61% from 255) = 24.61%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=41.60%
G=24.61%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312617300.410.190.16327.5950.8866.47
HexD57EAD02913101483342
Octal325176255051232051063102
Binary11010101111111010101101010100110011100001010010001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57EAD; }

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

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

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

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

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

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

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

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