#D57FAB

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

Shades of Kobi #D57FAB

Tints of Kobi #D57FAB

Color information

#D57FAB (or 0xD57FAB) is unknown color: approx Kobi. HEX triplet: D5, 7F and AB. RGB value is (213,127,171). Sum of RGB (Red+Green+Blue) = 213+127+171=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57FAB is #2A8054. Grayscale: #9D9D9D. Windows color (decimal): -2785365 or 11239381. OLE color: 11239381.

HSL color Cylindrical-coordinate representation of color #D57FAB: hue angle of 329.3º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FAB is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213127171-
CMYK00.400.200.16
HSL329.3º50.59%66.67%-
HSV(B)329.3º40.38%83.53%-
XYZ42.3832.2742.52-
YUV157.73135.49167.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 127 (50% from 255) = 24.85%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=41.68%
G=24.85%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312717100.400.200.16329.350.5966.67
HexD57FAB02814101493343
Octal325177253050242051163103
Binary11010101111111110101011010100010100100001010010011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57FAB; }

 p { color: rgb(213,127,171); }

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

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

 a { background-color: rgb(213,127,171); }

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

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

 span { border-color: rgb(213,127,171); }

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