#D77FB1

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

Shades of Kobi #D77FB1

Tints of Kobi #D77FB1

Color information

#D77FB1 (or 0xD77FB1) is unknown color: approx Kobi. HEX triplet: D7, 7F and B1. RGB value is (215,127,177). Sum of RGB (Red+Green+Blue) = 215+127+177=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77FB1 is #28804E. Grayscale: #9E9E9E. Windows color (decimal): -2654287 or 11632599. OLE color: 11632599.

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

Color convert

RGB215127177-
CMYK00.410.180.16
HSL325.91º52.38%67.06%-
HSV(B)325.91º40.93%84.31%-
XYZ43.5532.845.63-
YUV159.01138.15167.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.43%
GREEN value IS 127 (50% from 255) = 24.47%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=41.43%
G=24.47%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512717700.410.180.16325.9152.3867.06
HexD77FB102912101463443
Octal327177261051222050664103
Binary11010111111111110110001010100110010100001010001101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77FB1; }

 p { color: rgb(215,127,177); }

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

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

 a { background-color: rgb(215,127,177); }

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

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

 span { border-color: rgb(215,127,177); }

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