#D78BAD

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

Shades of Kobi #D78BAD

Tints of Kobi #D78BAD

Color information

#D78BAD (or 0xD78BAD) is unknown color: approx Kobi. HEX triplet: D7, 8B and AD. RGB value is (215,139,173). Sum of RGB (Red+Green+Blue) = 215+139+173=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D78BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78BAD is #287452. Grayscale: #A5A5A5. Windows color (decimal): -2651219 or 11373527. OLE color: 11373527.

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

Color convert

RGB215139173-
CMYK00.350.200.16
HSL333.16º48.72%69.41%-
HSV(B)333.16º35.35%84.31%-
XYZ44.835.9344.11-
YUV165.6132.18163.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.80%
GREEN value IS 139 (54.69% from 255) = 26.38%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=40.80%
G=26.38%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513917300.350.200.16333.1648.7269.41
HexD78BAD023141014d3145
Octal327213255043242051561105
Binary110101111000101110101101010001110100100001010011011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78BAD; }

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

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

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

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

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

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

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

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