Html Css Color HEX #D393CD Lilac

📋 copy color: '#D393CD'

red 211 ◦ green 147 ◦ blue 205

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

Shades of Lilac #D393CD

Tints of Lilac #D393CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.41%

R = 37.48%
G = 26.11%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D393CD (or 0xD393CD) is known color: Lilac. HEX triplet: D3, 93 and CD. RGB value is (211,147,205). Sum of RGB (Red+Green+Blue) = 211+147+205=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 211 - color contains mainly: red. Hex color #D393CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393CD is #2C6C32. Grayscale: #ACACAC. Windows color (decimal): -2911283 or 13472723. OLE color: 13472723.

HSL color Cylindrical-coordinate representation of color #D393CD: hue angle of 305.62º 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 #D393CD is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 147 205 -
CMYK 0 0.30 0.03 0.17
HSL 305.63º 0.42% 0.7% -
HSV(B) 305.63º 0.3% 0.83% -
XYZ 48.32 39.12 62.76 -
YUV 172.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 211 147 205 0 0.30 0.03 0.17 305.63 0.42 0.7
Hex D3 93 CD 0 1E 3 11 132 2A 46
Octal 323 223 315 0 36 3 21 462 52 106
Binary 11010011 10010011 11001101 0 11110 11 10001 100110010 101010 1000110

Color Harmonies of #D393CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D393CD

Black with #D393CD

Text Example


Text Example

White with #D393CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D393CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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