#D77FAD

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

Shades of Kobi #D77FAD

Tints of Kobi #D77FAD

Color information

#D77FAD (or 0xD77FAD) is unknown color: approx Kobi. HEX triplet: D7, 7F and AD. RGB value is (215,127,173). Sum of RGB (Red+Green+Blue) = 215+127+173=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77FAD is #288052. Grayscale: #9E9E9E. Windows color (decimal): -2654291 or 11370455. OLE color: 11370455.

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

Color convert

RGB215127173-
CMYK00.410.200.16
HSL328.64º52.38%67.06%-
HSV(B)328.64º40.93%84.31%-
XYZ43.1632.6443.56-
YUV158.56136.15168.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.75%
GREEN value IS 127 (50% from 255) = 24.66%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=41.75%
G=24.66%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512717300.410.200.16328.6452.3867.06
HexD77FAD02914101493443
Octal327177255051242051164103
Binary11010111111111110101101010100110100100001010010011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77FAD; }

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

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

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

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

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

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

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

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