#D57DAC

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

Shades of Kobi #D57DAC

Tints of Kobi #D57DAC

Color information

#D57DAC (or 0xD57DAC) is unknown color: approx Kobi. HEX triplet: D5, 7D and AC. RGB value is (213,125,172). Sum of RGB (Red+Green+Blue) = 213+125+172=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57DAC is #2A8253. Grayscale: #9C9C9C. Windows color (decimal): -2785876 or 11304405. OLE color: 11304405.

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

Color convert

RGB213125172-
CMYK00.410.190.16
HSL327.95º51.16%66.27%-
HSV(B)327.95º41.31%83.53%-
XYZ42.2231.7942.94-
YUV156.67136.65168.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 125 (49.22% from 255) = 24.51%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=41.76%
G=24.51%
B=33.73%

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
Decimal21312517200.410.190.16327.9551.1666.27
HexD57DAC02913101483342
Octal325175254051232051063102
Binary11010101111110110101100010100110011100001010010001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DAC; }

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

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

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

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

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

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

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

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