#D78AB3

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

Shades of Kobi #D78AB3

Tints of Kobi #D78AB3

Color information

#D78AB3 (or 0xD78AB3) is unknown color: approx Kobi. HEX triplet: D7, 8A and B3. RGB value is (215,138,179). Sum of RGB (Red+Green+Blue) = 215+138+179=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D78AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78AB3 is #28754C. Grayscale: #A5A5A5. Windows color (decimal): -2651469 or 11766487. OLE color: 11766487.

HSL color Cylindrical-coordinate representation of color #D78AB3: hue angle of 328.05º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78AB3 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB215138179-
CMYK00.360.170.16
HSL328.05º49.04%69.22%-
HSV(B)328.05º35.81%84.31%-
XYZ45.2535.8847.19-
YUV165.7135.51163.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.41%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 179 (70.31% from 255) = 33.65%
R=40.41%
G=25.94%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513817900.360.170.16328.0549.0469.22
HexD78AB302411101483145
Octal327212263044212051061105
Binary110101111000101010110011010010010001100001010010001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78AB3; }

 p { color: rgb(215,138,179); }

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

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

 a { background-color: rgb(215,138,179); }

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

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

 span { border-color: rgb(215,138,179); }

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