Html Css Color HEX #D395CC Lilac

📋 copy color: '#D395CC'

red 211 ◦ green 149 ◦ blue 204

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

Shades of Lilac #D395CC

Tints of Lilac #D395CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.17%

R = 37.41%
G = 26.42%
B = 36.17%

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

#D395CC (or 0xD395CC) is known color: Lilac. HEX triplet: D3, 95 and CC. RGB value is (211,149,204). Sum of RGB (Red+Green+Blue) = 211+149+204=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 211 - color contains mainly: red. Hex color #D395CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395CC is #2C6A33. Grayscale: #ADADAD. Windows color (decimal): -2910772 or 13407699. OLE color: 13407699.

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

Color convert

RGB 211 149 204 -
CMYK 0 0.29 0.03 0.17
HSL 306.77º 0.41% 0.71% -
HSV(B) 306.77º 0.29% 0.83% -
XYZ 48.51 39.7 62.23 -
YUV 173.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 211 149 204 0 0.29 0.03 0.17 306.77 0.41 0.71
Hex D3 95 CC 0 1D 3 11 133 29 47
Octal 323 225 314 0 35 3 21 463 51 107
Binary 11010011 10010101 11001100 0 11101 11 10001 100110011 101001 1000111

Color Harmonies of #D395CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D395CC

Black with #D395CC

Text Example


Text Example

White with #D395CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D395CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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