Html Css Color HEX #D291CA Lilac

📋 copy color: '#D291CA'

red 210 ◦ green 145 ◦ blue 202

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

Shades of Lilac #D291CA

Tints of Lilac #D291CA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.03%

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

R = 37.7%
G = 26.03%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D291CA (or 0xD291CA) is known color: Lilac. HEX triplet: D2, 91 and CA. RGB value is (210,145,202). Sum of RGB (Red+Green+Blue) = 210+145+202=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D291CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291CA is #2D6E35. Grayscale: #AAAAAA. Windows color (decimal): -2977334 or 13275602. OLE color: 13275602.

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

Color convert

RGB 210 145 202 -
CMYK 0 0.31 0.04 0.18
HSL 307.38º 0.42% 0.7% -
HSV(B) 307.38º 0.31% 0.82% -
XYZ 47.36 38.22 60.76 -
YUV 170.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 210 145 202 0 0.31 0.04 0.18 307.38 0.42 0.7
Hex D2 91 CA 0 1F 4 12 133 2A 46
Octal 322 221 312 0 37 4 22 463 52 106
Binary 11010010 10010001 11001010 0 11111 100 10010 100110011 101010 1000110

Color Harmonies of #D291CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291CA

Black with #D291CA

Text Example


Text Example

White with #D291CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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