#D78FA4

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

Shades of Kobi #D78FA4

Tints of Kobi #D78FA4

Color information

#D78FA4 (or 0xD78FA4) is unknown color: approx Kobi. HEX triplet: D7, 8F and A4. RGB value is (215,143,164). Sum of RGB (Red+Green+Blue) = 215+143+164=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D78FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78FA4 is #28705B. Grayscale: #A6A6A6. Windows color (decimal): -2650204 or 10784727. OLE color: 10784727.

HSL color Cylindrical-coordinate representation of color #D78FA4: hue angle of 342.5º 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 #D78FA4 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB215143164-
CMYK00.330.240.16
HSL342.5º47.37%70.2%-
HSV(B)342.5º33.49%84.31%-
XYZ44.5536.7739.87-
YUV166.92126.35162.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.19%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 164 (64.45% from 255) = 31.42%
R=41.19%
G=27.39%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514316400.330.240.16342.547.3770.2
HexD78FA402118101562f46
Octal327217244041302052657106
Binary110101111000111110100100010000111000100001010101101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78FA4; }

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

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

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

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

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

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

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

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