#D78FAD

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

Shades of Kobi #D78FAD

Tints of Kobi #D78FAD

Color information

#D78FAD (or 0xD78FAD) is unknown color: approx Kobi. HEX triplet: D7, 8F and AD. RGB value is (215,143,173). Sum of RGB (Red+Green+Blue) = 215+143+173=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D78FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78FAD is #287052. Grayscale: #A7A7A7. Windows color (decimal): -2650195 or 11374551. OLE color: 11374551.

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

Color convert

RGB215143173-
CMYK00.330.200.16
HSL335º47.37%70.2%-
HSV(B)335º33.49%84.31%-
XYZ45.3937.1144.31-
YUV167.95130.85161.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=40.49%
G=26.93%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514317300.330.200.1633547.3770.2
HexD78FAD021141014f2f46
Octal327217255041242051757106
Binary110101111000111110101101010000110100100001010011111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78FAD; }

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

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

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

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

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

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

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

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