#D78FB3

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

Shades of Kobi #D78FB3

Tints of Kobi #D78FB3

Color information

#D78FB3 (or 0xD78FB3) is unknown color: approx Kobi. HEX triplet: D7, 8F and B3. RGB value is (215,143,179). Sum of RGB (Red+Green+Blue) = 215+143+179=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D78FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FB3 is #28704C. Grayscale: #A8A8A8. Windows color (decimal): -2650189 or 11767767. OLE color: 11767767.

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

Color convert

RGB215143179-
CMYK00.330.170.16
HSL330º47.37%70.2%-
HSV(B)330º33.49%84.31%-
XYZ45.9837.3547.43-
YUV168.63133.85161.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.04%
GREEN value IS 143 (56.25% from 255) = 26.63%
BLUE value IS 179 (70.31% from 255) = 33.33%
R=40.04%
G=26.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514317900.330.170.1633047.3770.2
HexD78FB3021111014a2f46
Octal327217263041212051257106
Binary110101111000111110110011010000110001100001010010101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78FB3; }

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

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

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

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

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

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

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

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