#D195CB

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

Shades of Lilac #D195CB

Tints of Lilac #D195CB

Color information

#D195CB (or 0xD195CB) is unknown color: approx Lilac. HEX triplet: D1, 95 and CB. RGB value is (209,149,203). Sum of RGB (Red+Green+Blue) = 209+149+203=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D195CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195CB is #2E6A34. Grayscale: #ACACAC. Windows color (decimal): -3041845 or 13342161. OLE color: 13342161.

HSL color Cylindrical-coordinate representation of color #D195CB: hue angle of 306º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D195CB is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB209149203-
CMYK00.290.030.18
HSL306º39.47%70.2%-
HSV(B)306º28.71%81.96%-
XYZ47.8239.3661.58-
YUV173.1144.88153.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 149 (58.59% from 255) = 26.56%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=37.25%
G=26.56%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914920300.290.030.1830639.4770.2
HexD195CB01D3121322746
Octal32122531303532246247106
Binary11010001100101011100101101110111100101001100101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D195CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D195CB; }

 p { color: rgb(209,149,203); }

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

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

 a { background-color: rgb(209,149,203); }

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

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

 span { border-color: rgb(209,149,203); }

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