Html Css Color HEX #D391CA Lilac

📋 copy color: '#D391CA'

red 211 ◦ green 145 ◦ blue 202

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

Shades of Lilac #D391CA

Tints of Lilac #D391CA

RGB

 RED value IS 211 (82.81% from 255) = 37.81%

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

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

R = 37.81%
G = 25.99%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D391CA (or 0xD391CA) is known color: Lilac. HEX triplet: D3, 91 and CA. RGB value is (211,145,202). Sum of RGB (Red+Green+Blue) = 211+145+202=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D391CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D391CA is #2C6E35. Grayscale: #ABABAB. Windows color (decimal): -2911798 or 13275603. OLE color: 13275603.

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

Color convert

RGB 211 145 202 -
CMYK 0 0.31 0.04 0.17
HSL 308.18º 0.43% 0.7% -
HSV(B) 308.18º 0.31% 0.83% -
XYZ 47.65 38.36 60.77 -
YUV 171.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 211 145 202 0 0.31 0.04 0.17 308.18 0.43 0.7
Hex D3 91 CA 0 1F 4 11 134 2B 46
Octal 323 221 312 0 37 4 21 464 53 106
Binary 11010011 10010001 11001010 0 11111 100 10001 100110100 101011 1000110

Color Harmonies of #D391CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D391CA

Black with #D391CA

Text Example


Text Example

White with #D391CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D391CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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