#D57CAF

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

Shades of Kobi #D57CAF

Tints of Kobi #D57CAF

Color information

#D57CAF (or 0xD57CAF) is unknown color: approx Kobi. HEX triplet: D5, 7C and AF. RGB value is (213,124,175). Sum of RGB (Red+Green+Blue) = 213+124+175=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57CAF is #2A8350. Grayscale: #9C9C9C. Windows color (decimal): -2786129 or 11500757. OLE color: 11500757.

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

Color convert

RGB213124175-
CMYK00.420.180.16
HSL325.62º51.45%66.08%-
HSV(B)325.62º41.78%83.53%-
XYZ42.3931.6644.43-
YUV156.42138.49168.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 124 (48.83% from 255) = 24.22%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=41.60%
G=24.22%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312417500.420.180.16325.6251.4566.08
HexD57CAF02A12101463342
Octal325174257052222050663102
Binary11010101111110010101111010101010010100001010001101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57CAF; }

 p { color: rgb(213,124,175); }

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

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

 a { background-color: rgb(213,124,175); }

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

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

 span { border-color: rgb(213,124,175); }

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