#D48CCB

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

Shades of Lilac #D48CCB

Tints of Lilac #D48CCB

Color information

#D48CCB (or 0xD48CCB) is unknown color: approx Lilac. HEX triplet: D4, 8C and CB. RGB value is (212,140,203). Sum of RGB (Red+Green+Blue) = 212+140+203=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CCB is #2B7334. Grayscale: #A8A8A8. Windows color (decimal): -2847541 or 13339860. OLE color: 13339860.

HSL color Cylindrical-coordinate representation of color #D48CCB: hue angle of 307.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48CCB is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB212140203-
CMYK00.340.040.17
HSL307.5º45.57%69.02%-
HSV(B)307.5º33.96%83.14%-
XYZ47.3137.0761.16-
YUV168.71147.35158.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 140 (55.08% from 255) = 25.23%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=38.20%
G=25.23%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214020300.340.040.17307.545.5769.02
HexD48CCB0224111342e45
Octal32421431304242146456105
Binary1101010010001100110010110100010100100011001101001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48CCB; }

 p { color: rgb(212,140,203); }

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

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

 a { background-color: rgb(212,140,203); }

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

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

 span { border-color: rgb(212,140,203); }

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