Html Css Color HEX #D393CA Lilac

📋 copy color: '#D393CA'

red 211 ◦ green 147 ◦ blue 202

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

Shades of Lilac #D393CA

Tints of Lilac #D393CA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.25%

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

R = 37.68%
G = 26.25%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D393CA (or 0xD393CA) is known color: Lilac. HEX triplet: D3, 93 and CA. RGB value is (211,147,202). Sum of RGB (Red+Green+Blue) = 211+147+202=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 211 - color contains mainly: red. Hex color #D393CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393CA is #2C6C35. Grayscale: #ACACAC. Windows color (decimal): -2911286 or 13276115. OLE color: 13276115.

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

Color convert

RGB 211 147 202 -
CMYK 0 0.30 0.04 0.17
HSL 308.44º 0.42% 0.7% -
HSV(B) 308.44º 0.3% 0.83% -
XYZ 47.96 38.98 60.87 -
YUV 172.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 211 147 202 0 0.30 0.04 0.17 308.44 0.42 0.7
Hex D3 93 CA 0 1E 4 11 134 2A 46
Octal 323 223 312 0 36 4 21 464 52 106
Binary 11010011 10010011 11001010 0 11110 100 10001 100110100 101010 1000110

Color Harmonies of #D393CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D393CA

Black with #D393CA

Text Example


Text Example

White with #D393CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D393CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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