#D18FAA

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

Shades of Kobi #D18FAA

Tints of Kobi #D18FAA

Color information

#D18FAA (or 0xD18FAA) is unknown color: approx Kobi. HEX triplet: D1, 8F and AA. RGB value is (209,143,170). Sum of RGB (Red+Green+Blue) = 209+143+170=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18FAA is #2E7055. Grayscale: #A5A5A5. Windows color (decimal): -3043414 or 11177937. OLE color: 11177937.

HSL color Cylindrical-coordinate representation of color #D18FAA: hue angle of 335.45º 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 #D18FAA is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB209143170-
CMYK00.320.190.18
HSL335.45º41.77%69.02%-
HSV(B)335.45º31.58%81.96%-
XYZ43.3736.142.71-
YUV165.81130.37158.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.04%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=40.04%
G=27.39%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914317000.320.190.18335.4541.7769.02
HexD18FAA020131214f2a45
Octal321217252040232251752105
Binary110100011000111110101010010000010011100101010011111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18FAA; }

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

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

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

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

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

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

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

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