Html Css Color HEX #D2A1CA Lilac

📋 copy color: '#D2A1CA'

red 210 ◦ green 161 ◦ blue 202

#D2A1CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #D2A1CA

Tints of Lilac #D2A1CA

RGB

 RED value IS 210 (82.42% from 255) = 36.65%

 GREEN value IS 161 (63.28% from 255) = 28.1%

 BLUE value IS 202 (79.3% from 255) = 35.25%

R = 36.65%
G = 28.1%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D2A1CA (or 0xD2A1CA) is known color: Lilac. HEX triplet: D2, A1 and CA. RGB value is (210,161,202). Sum of RGB (Red+Green+Blue) = 210+161+202=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A1CA is #2D5E35. Grayscale: #B4B4B4. Windows color (decimal): -2973238 or 13279698. OLE color: 13279698.

HSL color Cylindrical-coordinate representation of color #D2A1CA: hue angle of 309.8º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2A1CA is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 161 202 -
CMYK 0 0.23 0.04 0.18
HSL 309.8º 0.35% 0.73% -
HSV(B) 309.8º 0.23% 0.82% -
XYZ 49.98 43.46 61.63 -
YUV 180.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 210 161 202 0 0.23 0.04 0.18 309.8 0.35 0.73
Hex D2 A1 CA 0 17 4 12 136 23 49
Octal 322 241 312 0 27 4 22 466 43 111
Binary 11010010 10100001 11001010 0 10111 100 10010 100110110 100011 1001001

Color Harmonies of #D2A1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A1CA

Black with #D2A1CA

Text Example


Text Example

White with #D2A1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A1CA; }

 p { color: rgb(210,161,202); }

 H1.HeaderClassName
 {
   color: #D2A1CA;
 }
 .AnyTagClassName
 {
   color: #D2A1CA;
 }
</style>

background-color css

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

 a { background-color: rgb(210,161,202); }

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

border-color css

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

 span { border-color: rgb(210,161,202); }

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