#D77FB3

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

Shades of Kobi #D77FB3

Tints of Kobi #D77FB3

Color information

#D77FB3 (or 0xD77FB3) is unknown color: approx Kobi. HEX triplet: D7, 7F and B3. RGB value is (215,127,179). Sum of RGB (Red+Green+Blue) = 215+127+179=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FB3 is #28804C. Grayscale: #9F9F9F. Windows color (decimal): -2654285 or 11763671. OLE color: 11763671.

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

Color convert

RGB215127179-
CMYK00.410.170.16
HSL324.55º52.38%67.06%-
HSV(B)324.55º40.93%84.31%-
XYZ43.7532.8846.69-
YUV159.24139.15167.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.27%
GREEN value IS 127 (50% from 255) = 24.38%
BLUE value IS 179 (70.31% from 255) = 34.36%
R=41.27%
G=24.38%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512717900.410.170.16324.5552.3867.06
HexD77FB302911101453443
Octal327177263051212050564103
Binary11010111111111110110011010100110001100001010001011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77FB3; }

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

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

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

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

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

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

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

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