#D77FAC

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

Shades of Kobi #D77FAC

Tints of Kobi #D77FAC

Color information

#D77FAC (or 0xD77FAC) is unknown color: approx Kobi. HEX triplet: D7, 7F and AC. RGB value is (215,127,172). Sum of RGB (Red+Green+Blue) = 215+127+172=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77FAC is #288053. Grayscale: #9E9E9E. Windows color (decimal): -2654292 or 11304919. OLE color: 11304919.

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

Color convert

RGB215127172-
CMYK00.410.20.16
HSL329.32º52.38%67.06%-
HSV(B)329.32º40.93%84.31%-
XYZ43.0632.643.05-
YUV158.44135.65168.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.83%
GREEN value IS 127 (50% from 255) = 24.71%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=41.83%
G=24.71%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512717200.410.20.16329.3252.3867.06
HexD77FAC02914101493443
Octal327177254051242051164103
Binary11010111111111110101100010100110100100001010010011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77FAC; }

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

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

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

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

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

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

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

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