#D77FB2

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

Shades of Kobi #D77FB2

Tints of Kobi #D77FB2

Color information

#D77FB2 (or 0xD77FB2) is unknown color: approx Kobi. HEX triplet: D7, 7F and B2. RGB value is (215,127,178). Sum of RGB (Red+Green+Blue) = 215+127+178=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77FB2 is #28804D. Grayscale: #9F9F9F. Windows color (decimal): -2654286 or 11698135. OLE color: 11698135.

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

Color convert

RGB215127178-
CMYK00.410.170.16
HSL325.23º52.38%67.06%-
HSV(B)325.23º40.93%84.31%-
XYZ43.6532.8446.16-
YUV159.13138.65167.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 127 (50% from 255) = 24.42%
BLUE value IS 178 (69.92% from 255) = 34.23%
R=41.35%
G=24.42%
B=34.23%

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
Decimal21512717800.410.170.16325.2352.3867.06
HexD77FB202911101453443
Octal327177262051212050564103
Binary11010111111111110110010010100110001100001010001011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77FB2; }

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

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

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

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

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

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

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

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