#D77CB0

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

Shades of Kobi #D77CB0

Tints of Kobi #D77CB0

Color information

#D77CB0 (or 0xD77CB0) is unknown color: approx Kobi. HEX triplet: D7, 7C and B0. RGB value is (215,124,176). Sum of RGB (Red+Green+Blue) = 215+124+176=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77CB0 is #28834F. Grayscale: #9D9D9D. Windows color (decimal): -2655056 or 11566295. OLE color: 11566295.

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

Color convert

RGB215124176-
CMYK00.420.180.16
HSL325.71º53.22%66.47%-
HSV(B)325.71º42.33%84.31%-
XYZ43.073244.98-
YUV157.14138.65169.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.75%
GREEN value IS 124 (48.83% from 255) = 24.08%
BLUE value IS 176 (69.14% from 255) = 34.17%
R=41.75%
G=24.08%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512417600.420.180.16325.7153.2266.47
HexD77CB002A12101463542
Octal327174260052222050665102
Binary11010111111110010110000010101010010100001010001101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77CB0; }

 p { color: rgb(215,124,176); }

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

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

 a { background-color: rgb(215,124,176); }

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

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

 span { border-color: rgb(215,124,176); }

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