#D57BB1

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

Shades of Kobi #D57BB1

Tints of Kobi #D57BB1

Color information

#D57BB1 (or 0xD57BB1) is unknown color: approx Kobi. HEX triplet: D5, 7B and B1. RGB value is (213,123,177). Sum of RGB (Red+Green+Blue) = 213+123+177=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57BB1 is #2A844E. Grayscale: #9B9B9B. Windows color (decimal): -2786383 or 11631573. OLE color: 11631573.

HSL color Cylindrical-coordinate representation of color #D57BB1: hue angle of 324º degrees, saturation: 0.52, 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 #D57BB1 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB213123177-
CMYK00.420.170.16
HSL324º51.72%65.88%-
HSV(B)324º42.25%83.53%-
XYZ42.4631.4945.43-
YUV156.07139.82168.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 123 (48.44% from 255) = 23.98%
BLUE value IS 177 (69.53% from 255) = 34.50%
R=41.52%
G=23.98%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312317700.420.170.1632451.7265.88
HexD57BB102A11101443442
Octal325173261052212050464102
Binary11010101111101110110001010101010001100001010001001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57BB1; }

 p { color: rgb(213,123,177); }

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

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

 a { background-color: rgb(213,123,177); }

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

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

 span { border-color: rgb(213,123,177); }

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