#D18FA8

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

Shades of Kobi #D18FA8

Tints of Kobi #D18FA8

Color information

#D18FA8 (or 0xD18FA8) is unknown color: approx Kobi. HEX triplet: D1, 8F and A8. RGB value is (209,143,168). Sum of RGB (Red+Green+Blue) = 209+143+168=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18FA8 is #2E7057. Grayscale: #A5A5A5. Windows color (decimal): -3043416 or 11046865. OLE color: 11046865.

HSL color Cylindrical-coordinate representation of color #D18FA8: hue angle of 337.27º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D18FA8 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB209143168-
CMYK00.320.200.18
HSL337.27º41.77%69.02%-
HSV(B)337.27º31.58%81.96%-
XYZ43.1836.0341.72-
YUV165.58129.37158.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 168 (66.02% from 255) = 32.31%
R=40.19%
G=27.5%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914316800.320.200.18337.2741.7769.02
HexD18FA802014121512a45
Octal321217250040242252152105
Binary110100011000111110101000010000010100100101010100011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18FA8; }

 p { color: rgb(209,143,168); }

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

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

 a { background-color: rgb(209,143,168); }

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

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

 span { border-color: rgb(209,143,168); }

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