Html Css Color HEX #D396CD Lilac

📋 copy color: '#D396CD'

red 211 ◦ green 150 ◦ blue 205

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

Shades of Lilac #D396CD

Tints of Lilac #D396CD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.5%

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

R = 37.28%
G = 26.5%
B = 36.22%

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

#D396CD (or 0xD396CD) is known color: Lilac. HEX triplet: D3, 96 and CD. RGB value is (211,150,205). Sum of RGB (Red+Green+Blue) = 211+150+205=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 211 - color contains mainly: red. Hex color #D396CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396CD is #2C6932. Grayscale: #AEAEAE. Windows color (decimal): -2910515 or 13473491. OLE color: 13473491.

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

Color convert

RGB 211 150 205 -
CMYK 0 0.29 0.03 0.17
HSL 305.9º 0.41% 0.71% -
HSV(B) 305.9º 0.29% 0.83% -
XYZ 48.79 40.07 62.92 -
YUV 174.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 211 150 205 0 0.29 0.03 0.17 305.9 0.41 0.71
Hex D3 96 CD 0 1D 3 11 132 29 47
Octal 323 226 315 0 35 3 21 462 51 107
Binary 11010011 10010110 11001101 0 11101 11 10001 100110010 101001 1000111

Color Harmonies of #D396CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396CD

Black with #D396CD

Text Example


Text Example

White with #D396CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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