#D57EAC

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

Shades of Kobi #D57EAC

Tints of Kobi #D57EAC

Color information

#D57EAC (or 0xD57EAC) is unknown color: approx Kobi. HEX triplet: D5, 7E and AC. RGB value is (213,126,172). Sum of RGB (Red+Green+Blue) = 213+126+172=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57EAC is #2A8153. Grayscale: #9D9D9D. Windows color (decimal): -2785620 or 11304661. OLE color: 11304661.

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

Color convert

RGB213126172-
CMYK00.410.190.16
HSL328.28º50.88%66.47%-
HSV(B)328.28º40.85%83.53%-
XYZ42.3532.0542.98-
YUV157.26136.32167.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 126 (49.61% from 255) = 24.66%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=41.68%
G=24.66%
B=33.66%

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
Decimal21312617200.410.190.16328.2850.8866.47
HexD57EAC02913101483342
Octal325176254051232051063102
Binary11010101111111010101100010100110011100001010010001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57EAC; }

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

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

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

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

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

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

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

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