#D791A8

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

Shades of Kobi #D791A8

Tints of Kobi #D791A8

Color information

#D791A8 (or 0xD791A8) is unknown color: approx Kobi. HEX triplet: D7, 91 and A8. RGB value is (215,145,168). Sum of RGB (Red+Green+Blue) = 215+145+168=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D791A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D791A8 is #286E57. Grayscale: #A8A8A8. Windows color (decimal): -2649688 or 11047383. OLE color: 11047383.

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

Color convert

RGB215145168-
CMYK00.330.220.16
HSL340.29º46.67%70.59%-
HSV(B)340.29º32.56%84.31%-
XYZ45.2237.5341.91-
YUV168.55127.69161.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.72%
GREEN value IS 145 (57.03% from 255) = 27.46%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=40.72%
G=27.46%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514516800.330.220.16340.2946.6770.59
HexD791A802116101542f47
Octal327221250041262052457107
Binary110101111001000110101000010000110110100001010101001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D791A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D791A8; }

 p { color: rgb(215,145,168); }

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

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

 a { background-color: rgb(215,145,168); }

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

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

 span { border-color: rgb(215,145,168); }

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