#D785A7

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

Shades of Kobi #D785A7

Tints of Kobi #D785A7

Color information

#D785A7 (or 0xD785A7) is unknown color: approx Kobi. HEX triplet: D7, 85 and A7. RGB value is (215,133,167). Sum of RGB (Red+Green+Blue) = 215+133+167=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 167 (65.62% from 255 or 32.43% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D785A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D785A7 is #287A58. Grayscale: #A1A1A1. Windows color (decimal): -2652761 or 10978775. OLE color: 10978775.

HSL color Cylindrical-coordinate representation of color #D785A7: hue angle of 335.12º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D785A7 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB215133167-
CMYK00.380.220.16
HSL335.12º50.62%68.24%-
HSV(B)335.12º38.14%84.31%-
XYZ43.3934.0140.84-
YUV161.39131.17166.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.75%
GREEN value IS 133 (52.34% from 255) = 25.83%
BLUE value IS 167 (65.62% from 255) = 32.43%
R=41.75%
G=25.83%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513316700.380.220.16335.1250.6268.24
HexD785A7026161014f3344
Octal327205247046262051763104
Binary110101111000010110100111010011010110100001010011111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D785A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D785A7; }

 p { color: rgb(215,133,167); }

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

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

 a { background-color: rgb(215,133,167); }

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

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

 span { border-color: rgb(215,133,167); }

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