Html Css Color HEX #D395CD Lilac

📋 copy color: '#D395CD'

red 211 ◦ green 149 ◦ blue 205

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

Shades of Lilac #D395CD

Tints of Lilac #D395CD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.37%

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

R = 37.35%
G = 26.37%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D395CD (or 0xD395CD) is known color: Lilac. HEX triplet: D3, 95 and CD. RGB value is (211,149,205). Sum of RGB (Red+Green+Blue) = 211+149+205=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D395CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395CD is #2C6A32. Grayscale: #ADADAD. Windows color (decimal): -2910771 or 13473235. OLE color: 13473235.

HSL color Cylindrical-coordinate representation of color #D395CD: hue angle of 305.81º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D395CD is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 149 205 -
CMYK 0 0.29 0.03 0.17
HSL 305.81º 0.41% 0.71% -
HSV(B) 305.81º 0.29% 0.83% -
XYZ 48.63 39.75 62.87 -
YUV 173.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 211 149 205 0 0.29 0.03 0.17 305.81 0.41 0.71
Hex D3 95 CD 0 1D 3 11 132 29 47
Octal 323 225 315 0 35 3 21 462 51 107
Binary 11010011 10010101 11001101 0 11101 11 10001 100110010 101001 1000111

Color Harmonies of #D395CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D395CD

Black with #D395CD

Text Example


Text Example

White with #D395CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D395CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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